aidress/app/exceptions/__init__.py
2025-03-21 22:49:03 +08:00

3 lines
151 B
Python

from app.exceptions.http_exception import CustomHTTPException, setup_exception_handlers
__all__ = ["CustomHTTPException", "setup_exception_handlers"]