wag-managment-api-service-v.../service_app/handlers_exception/__init__.py

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",
]