Source code for pythia.exceptions

"""Custom exceptions for pythia."""


[docs]class InvalidPipelineError(Exception): """Pipeline does not comply with Gstreamer syntax."""
[docs]class IncompatiblePipelineError(Exception): """Pipeline is missing required elements."""