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