feat: add custom error for non-existent dataset
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
class NotAuthorisedException(Exception):
|
||||
pass
|
||||
|
||||
class NotExistentDatasetException(Exception):
|
||||
pass
|
||||
Reference in New Issue
Block a user