Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package $package.application.exception;
|
||||
|
||||
public class ${entity}NotFoundException extends RuntimeException {
|
||||
public ${entity}NotFoundException($id_type $id_name) {
|
||||
super("$entity not found: " + $id_name);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user