change to runtime exception (#3)

This commit is contained in:
vitaxa 2019-04-24 18:52:50 +03:00 committed by Kostya
parent f6ff6ca0fd
commit ceff55f491

View File

@ -1,6 +1,6 @@
package com.rbkmoney.dao;
public class DaoException extends Exception {
public class DaoException extends RuntimeException {
public DaoException() {
}