NCP-3 add exception,add change password logic, fix checkauthtoken
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package ru.soune.no_copy.exception;
|
||||
|
||||
public class NotFoundAuthToken extends RuntimeException {
|
||||
public NotFoundAuthToken(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user