added code to better control governor

This commit is contained in:
2024-12-15 17:51:13 +01:00
parent c638a0ddd6
commit 8cb98e102f
6 changed files with 57 additions and 15 deletions
+10
View File
@@ -0,0 +1,10 @@
class TriggerImportError(Exception):
pass
class MissingConfig(Exception):
pass
class GovernorNotFound(Exception):
pass