aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/hydrorollcore/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrorollcore/exceptions.py')
-rw-r--r--src/hydrorollcore/exceptions.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/hydrorollcore/exceptions.py b/src/hydrorollcore/exceptions.py
deleted file mode 100644
index 62c88fa1..00000000
--- a/src/hydrorollcore/exceptions.py
+++ /dev/null
@@ -1,6 +0,0 @@
-class HydroError(Exception):
- """HydroRoll 异常基类"""
-
-
-class RuleLoadError(HydroError):
- """规则导入错误"""