new api service and logic implemented
This commit is contained in:
10
ApiLayers/ErrorHandlers/__init__.py
Normal file
10
ApiLayers/ErrorHandlers/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from ErrorHandlers.ErrorHandlers.api_exc_handler import (
|
||||
HTTPExceptionApiHandler,
|
||||
)
|
||||
from ErrorHandlers.Exceptions.api_exc import (
|
||||
HTTPExceptionApi,
|
||||
)
|
||||
|
||||
DEFAULT_ERROR = "UNKNOWN_ERROR"
|
||||
|
||||
__all__ = ["HTTPExceptionApiHandler", "HTTPExceptionApi", "DEFAULT_ERROR"]
|
||||
Reference in New Issue
Block a user