Files
pay-service/src/presentation/handlers/__init__.py
2026-04-22 09:57:24 +03:00

2 lines
171 B
Python

from src.presentation.handlers.unhandled_handler import unhandled_exception_handler
from src.presentation.handlers.application_handler import application_exception_handler