Files
users/src/presentation/handlers/__init__.py

3 lines
172 B
Python

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