This commit is contained in:
wfz
2026-01-27 22:07:30 +08:00
parent 8ed58e9e9c
commit 12e3c9d449
595 changed files with 65127 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
package com.ruoyi.common.exception;
/**
* 演示模式异常
*
* @author ruoyi
*/
public class DemoModeException extends RuntimeException
{
private static final long serialVersionUID = 1L;
public DemoModeException()
{
}
}