* Move kotaemon and ktem into same folder * Update docs * Update CI * Resolve mypy, isorts * Re-allow test pdf files
11 lines
137 B
Python
11 lines
137 B
Python
class KHException(Exception):
|
|
pass
|
|
|
|
|
|
class HookNotDeclared(KHException):
|
|
pass
|
|
|
|
|
|
class HookAlreadyDeclared(KHException):
|
|
pass
|