cinnamon--kotaemon
da6a09ff09
Auto Bump and Release / auto-bump-and-release (push) Has been cancelled
style-check / pre-commit (push) Has been cancelled
unit-test / unit testing with python (push) Has been cancelled
unit-test / unit testing with python 3.10 (push) Has been cancelled
unit-test / unit testing with python 3.11 (push) Has been cancelled
11 行
137 B
Python
11 行
137 B
Python
class KHException(Exception):
|
|
pass
|
|
|
|
|
|
class HookNotDeclared(KHException):
|
|
pass
|
|
|
|
|
|
class HookAlreadyDeclared(KHException):
|
|
pass
|