Coverage for kwai/core/domain/exceptions.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.3.0, created at 2023-09-05 17:55 +0000

1"""Module that defines domain exceptions.""" 

2 

3 

4class UnprocessableException(Exception): 

5 """Raised when a process can't be executed due to the state of the domain."""