From c990518cb533a793399e44edbb4bc036342c7175 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sat, 4 Jan 2025 22:38:23 +0800 Subject: feat(core): Initialize core components and configuration models --- hrc/exceptions.py | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 hrc/exceptions.py (limited to 'hrc/exceptions.py') 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): - ... -- cgit v1.2.3-70-g09d2