This commit is contained in:
Francesco
2023-09-30 08:38:07 +02:00
parent 9c15bb33e7
commit 5c5df5e2ba
3 changed files with 143 additions and 19 deletions

View File

@@ -1,5 +1,9 @@
package tech.ailef.dbadmin.external.exceptions;
/**
* Generic top-level exception for everything thrown by us
*
*/
public class DbAdminException extends RuntimeException {
private static final long serialVersionUID = 8120227031645804467L;