Files
encoach_backend/app/exceptions/__init__.py
Carlos Mesquita 3cf9fa5cba Async release
2024-07-23 08:40:35 +01:00

7 lines
129 B
Python

from .exceptions import CustomException, UnauthorizedException
__all__ = [
"CustomException",
"UnauthorizedException"
]