dashboard
repositories
filestore
activity
search
login
main
/
swspkmas
教育训练处考试制证系统后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
测试
heheng
2025-02-10
e6bb1edf044c43ded218304d670a88bd74352b97
[swspkmas.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()
{
}
}