chore: add non-existent database error check
This commit is contained in:
@@ -2,4 +2,7 @@ class NotAuthorisedException(Exception):
|
||||
pass
|
||||
|
||||
class NotExistentDatasetException(Exception):
|
||||
pass
|
||||
|
||||
class DatabaseNotConfiguredException(Exception):
|
||||
pass
|
||||
Reference in New Issue
Block a user