parent
76980e6f91
commit
e48b3dc752
@ -0,0 +1,13 @@
|
||||
package com.hzu.bookingsystem.exception;
|
||||
|
||||
/**
|
||||
* author 吴志岳
|
||||
*/
|
||||
public class UserRuleAuthorizeException extends RuntimeException {
|
||||
public UserRuleAuthorizeException(){
|
||||
|
||||
}
|
||||
public UserRuleAuthorizeException(String message){
|
||||
super(message);
|
||||
}
|
||||
}
|
Loading…
Reference in new issue