You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
373 B
Java
20 lines
373 B
Java
package com.manage.controller;
|
|
|
|
|
|
/**
|
|
* @ProjectName:
|
|
* @Description:
|
|
* @Param 传输参数
|
|
* @Return
|
|
* @Author: 曾文和
|
|
* @CreateDate: 2019/8/13 17:23
|
|
* @UpdateUser: 曾文和
|
|
* @UpdateDate: 2019/8/13 17:23
|
|
* @UpdateRemark: 更新说明
|
|
* @Version: 1.0
|
|
*/
|
|
public class PermissionsException extends RuntimeException {
|
|
public PermissionsException(){
|
|
}
|
|
}
|