Ë
    ¨Ü–i¢  ã                   ó@   — d Z ddlmZ  G d„ de«      Z G d„ de«      Zy)zZ
Exceptions that are for specific error scenarios during the output of a Model to a SBOM.
é   )ÚCycloneDxExceptionc                   ó   — e Zd ZdZy)ÚBomGenerationErrorExceptionz.
    Raised if there is an unknown error.
    N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© ó    ú^/var/www/html/content-pipeline/venv/lib/python3.12/site-packages/cyclonedx/exception/output.pyr   r      s   „ ñð 	r   r   c                   ó   — e Zd ZdZy)ÚFormatNotSupportedExceptionz¤
    Exception raised when attempting to output a BOM to a format not supported in the requested version.

    For example, JSON is not supported prior to 1.2.
    Nr   r   r   r   r   r   !   s   „ ñð
 	r   r   N)r
   Ú r   r   r   r   r   r   ú<module>r      s)   ðñ&õ !ô	Ð"4ô 	ô	Ð"4õ 	r   