feat: add custom exceptions
This commit is contained in:
7
src/presentation/handler/__init__.py
Normal file
7
src/presentation/handler/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from src.presentation.handler.application_exception_handler import application_exception_handler
|
||||
from src.presentation.handler.unhandled_exception_handler import unhandled_exception_handler
|
||||
|
||||
__all__ = [
|
||||
'application_exception_handler',
|
||||
'unhandled_exception_handler',
|
||||
]
|
||||
Reference in New Issue
Block a user