Initial commit
This commit is contained in:
13
src/nodash/exceptions/NoUserNotValidException.java
Normal file
13
src/nodash/exceptions/NoUserNotValidException.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package nodash.exceptions;
|
||||
|
||||
public class NoUserNotValidException extends NoDashException {
|
||||
private static final long serialVersionUID = -6432604940919299965L;
|
||||
|
||||
public NoUserNotValidException(Exception e) {
|
||||
super(e);
|
||||
}
|
||||
|
||||
public NoUserNotValidException() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user