UPDATE
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
class ExternalAPIAdapterError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class ServiceNotFound(ExternalAPIAdapterError):
|
||||
pass
|
||||
|
||||
|
||||
class MockDirectoryNotFound(ExternalAPIAdapterError):
|
||||
pass
|
||||
|
||||
|
||||
class MockFileNotFound(ExternalAPIAdapterError):
|
||||
pass
|
||||
|
||||
|
||||
class ExternalAPIRequestError(ExternalAPIAdapterError):
|
||||
pass
|
||||
Reference in New Issue
Block a user