fix: typo in exception naming
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class NotAuthorisedException(Exception):
|
||||
pass
|
||||
|
||||
class NotExistentDatasetException(Exception):
|
||||
class NonExistentDatasetException(Exception):
|
||||
pass
|
||||
|
||||
class DatabaseNotConfiguredException(Exception):
|
||||
|
||||
Reference in New Issue
Block a user