dashboard
repositories
filestore
activity
search
login
main
/
ruoyidemo
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
dd
2025-10-27
f7faebe62ac537f67881f28c7a5664a56fe5325e
[ruoyidemo.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()
{
}
}