mirror of
https://github.com/valitydev/db-common-lib.git
synced 2024-11-06 00:25:21 +00:00
change to runtime exception (#3)
This commit is contained in:
parent
f6ff6ca0fd
commit
ceff55f491
@ -1,6 +1,6 @@
|
||||
package com.rbkmoney.dao;
|
||||
|
||||
public class DaoException extends Exception {
|
||||
public class DaoException extends RuntimeException {
|
||||
|
||||
public DaoException() {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user