Files
wag-managment-api-service-v…/service_app/handlers_exception/__init__.py
2024-11-08 17:14:02 +03:00

10 lines
204 B
Python

from .api_exception_handlers.http_exception_handler import (
exception_handler_http,
exception_handler_exception,
)
__all__ = [
"exception_handler_http",
"exception_handler_exception",
]