diff options
| author | 2023-12-14 17:08:17 +0800 | |
|---|---|---|
| committer | 2023-12-14 17:08:17 +0800 | |
| commit | 92c23714e2abe03158202b02915379f843aed8c9 (patch) | |
| tree | 4c82ce11b37c91f64650090e1b382432a0dc6ae2 /src | |
| parent | b225d40a2588df9fc5f0bb279e8dc6d95ae4fbf0 (diff) | |
| download | infini-92c23714e2abe03158202b02915379f843aed8c9.tar.gz infini-92c23714e2abe03158202b02915379f843aed8c9.zip | |
:sparkles: 新增声明
Diffstat (limited to 'src')
| -rw-r--r-- | src/infini/exceptions.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/infini/exceptions.py b/src/infini/exceptions.py index 2ca7dfdb..2c181b48 100644 --- a/src/infini/exceptions.py +++ b/src/infini/exceptions.py @@ -12,3 +12,7 @@ class EventError(HydroError): class UnknownMatcherEvent(EventError): """未知的给入实现""" + + +class UnknownMessageEvent(EventError): + """未知的给出实现""" |
