Skip to content

Commit 9609434

Browse files
author
muriloalvesdev
committed
create userNotFoundException
1 parent 21d9203 commit 9609434

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package br.com.developers.exception;
2+
3+
public class UserNotFoundException extends RuntimeException {
4+
public UserNotFoundException(String msg) {
5+
super(msg);
6+
}
7+
}

0 commit comments

Comments
 (0)