Coverage for src/pythia/exceptions.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v6.4.4, created at 2022-10-07 19:27 +0000

1"""Custom exceptions for pythia.""" 

2 

3 

4class InvalidPipelineError(Exception): 

5 """Pipeline does not comply with Gstreamer syntax.""" 

6 

7 

8class IncompatiblePipelineError(Exception): 

9 """Pipeline is missing required elements."""