add exception_handlers module

This commit is contained in:
grillazz
2025-08-24 15:36:02 +02:00
parent ee637b53e0
commit 9c7db17da8
2 changed files with 19 additions and 11 deletions

View File

@@ -1,7 +1,6 @@
from fastapi import Request
from fastapi.responses import JSONResponse
from sqlalchemy.exc import SQLAlchemyError
from app.exception_handlers.base import BaseExceptionHandler