3 lines
151 B
Python
3 lines
151 B
Python
from app.exceptions.http_exception import CustomHTTPException, setup_exception_handlers
|
|
|
|
__all__ = ["CustomHTTPException", "setup_exception_handlers"] |