aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hrc/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'hrc/exceptions.py')
-rw-r--r--hrc/exceptions.py22
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):
- ...