Coverage for src/kwai/core/domain/exceptions.py: 100%
1 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 domain exceptions."""
4class UnprocessableException(Exception):
5 """Raised when a process can't be executed due to the state of the domain."""