first commit
This commit is contained in:
9
service_app/handlers_exception/__init__.py
Normal file
9
service_app/handlers_exception/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from .api_exception_handlers.http_exception_handler import (
|
||||
exception_handler_http,
|
||||
exception_handler_exception,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"exception_handler_http",
|
||||
"exception_handler_exception",
|
||||
]
|
||||
Reference in New Issue
Block a user