最新产品
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
package com.yj.earth.common.exception;
|
||||
|
||||
public class UnAuthException extends RuntimeException{
|
||||
/**
|
||||
* 带异常信息的构造方法
|
||||
*/
|
||||
public UnAuthException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user