delete 2.0

This commit is contained in:
RuoYi
2018-07-09 08:43:49 +08:00
parent 5370f12686
commit a66f603437
455 changed files with 0 additions and 102786 deletions

View File

@ -1,18 +0,0 @@
package com.ruoyi.common.exception.user;
/**
* 角色锁定异常类
*
* @author ruoyi
*/
public class RoleBlockedException extends UserException
{
private static final long serialVersionUID = 1L;
public RoleBlockedException(String reason)
{
super("role.blocked", new Object[] { reason });
}
}