chore: add non-existent database error check

This commit is contained in:
2026-03-03 11:11:10 +00:00
parent 36bede42d9
commit 8b8462fd58
2 changed files with 18 additions and 9 deletions

View File

@@ -2,4 +2,7 @@ class NotAuthorisedException(Exception):
pass
class NotExistentDatasetException(Exception):
pass
class DatabaseNotConfiguredException(Exception):
pass