Source code for ocx_schema_parser.errors

"""Errors raised by the ocx-schema-parser package."""


[docs] class OcxParserError(Exception): """Raised when loading or resolving an OCX schema fails."""