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.
power/power-admin/src/main/java/com/manage/controller/PermissionsException.java

20 lines
373 B
Java

5 years ago
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(){
}
}