diff options
| author | 2025-01-04 22:38:23 +0800 | |
|---|---|---|
| committer | 2025-01-04 22:38:23 +0800 | |
| commit | c990518cb533a793399e44edbb4bc036342c7175 (patch) | |
| tree | 8e2bd0f833b803a73dea7d88e7c294cf3d078d4d /hrc/exceptions.py | |
| parent | bc57c1410c08323ba37114082d0fe609fafc2c5d (diff) | |
| download | HydroRollCore-c990518cb533a793399e44edbb4bc036342c7175.tar.gz HydroRollCore-c990518cb533a793399e44edbb4bc036342c7175.zip | |
Diffstat (limited to 'hrc/exceptions.py')
| -rw-r--r-- | hrc/exceptions.py | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/hrc/exceptions.py b/hrc/exceptions.py deleted file mode 100644 index c71118f..0000000 --- a/hrc/exceptions.py +++ /dev/null @@ -1,22 +0,0 @@ -class EventException(BaseException): - ... - - -class SkipException(EventException): - ... - - -class StopException(EventException): - ... - - -class CoreException(Exception): - ... # noqa: N818 - - -class GetEventTimeout(CoreException): - ... - - -class LoadModuleError(CoreException): - ... |
