dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update ruoyi-ui/src/views/system/user/profile/userAvatar.vue.
allworldg
2021-03-21
b65c8d45120b60720e4933c6beaa23d6c2e254ff
[expert_management.git]
/
ruoyi-common
/
src
/
main
/
java
/
com
/
ruoyi
/
common
/
exception
/
DemoModeException.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.ruoyi.common.exception;
/**
* 演示模式异常
*
* @author ruoyi
*/
public class DemoModeException extends RuntimeException
{
private static final long serialVersionUID = 1L;
public DemoModeException()
{
}
}