Coverage for src/kwai/modules/identity/exceptions.py: 100%
2 statements
« prev ^ index » next coverage.py v7.6.10, created at 2024-01-01 00:00 +0000
« prev ^ index » next coverage.py v7.6.10, created at 2024-01-01 00:00 +0000
1"""Module that defines common identity exceptions."""
4class AuthenticationException(Exception):
5 """Raised when authentication is not allowed."""
8class NotAllowedException(Exception):
9 """Raised when an action is not allowed."""