add excpetion_handlers module

This commit is contained in:
grillazz
2025-08-24 09:49:04 +02:00
parent 71d90aa1e3
commit ee637b53e0
6 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from app.exception_handlers.registry import register_exception_handlers
__all__ = ["register_exception_handlers"]