仪表盘
版本库
文件存储
活动
搜索
登录
main
/
center-lims-after-ruoyi
检测中心LIMS新后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
lims检测中心设备代码迁移
chenrui
2025-03-10
44daca093696d96e822df6584866910f7316863b
[center-lims-after-ruoyi.git]
/
ruoyi-framework
/
src
/
main
/
java
/
com
/
ruoyi
/
framework
/
exception
/
ErrorException.java
1
2
3
4
5
6
7
8
9
package com.ruoyi.framework.exception;
public class ErrorException extends RuntimeException{
public ErrorException(String msg){
super(msg);
}
}