Files
encoach_backend/ielts_be/exceptions/__init__.py

7 lines
135 B
Python

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