mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
add excpetion_handlers module
This commit is contained in:
3
app/exception_handlers/__init__.py
Normal file
3
app/exception_handlers/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from app.exception_handlers.registry import register_exception_handlers
|
||||
|
||||
__all__ = ["register_exception_handlers"]
|
||||
Reference in New Issue
Block a user