:py:mod:`exceptions` ==================== .. py:module:: conda.auxlib.exceptions Classes ------- .. autoapisummary:: conda.auxlib.exceptions.AuxlibError Functions --------- .. autoapisummary:: conda.auxlib.exceptions.Raise .. py:function:: Raise(exception) .. py:class:: AuxlibError Mixin to identify exceptions associated with the auxlib package. .. py:exception:: AuthenticationError Bases: :py:obj:`AuxlibError`, :py:obj:`ValueError` Mixin to identify exceptions associated with the auxlib package. .. py:exception:: NotFoundError Bases: :py:obj:`AuxlibError`, :py:obj:`KeyError` Mixin to identify exceptions associated with the auxlib package. .. py:exception:: InitializationError Bases: :py:obj:`AuxlibError`, :py:obj:`OSError` Mixin to identify exceptions associated with the auxlib package. .. py:exception:: SenderError Bases: :py:obj:`AuxlibError`, :py:obj:`OSError` Mixin to identify exceptions associated with the auxlib package. .. py:exception:: AssignmentError Bases: :py:obj:`AuxlibError`, :py:obj:`AttributeError` Mixin to identify exceptions associated with the auxlib package. .. py:exception:: ValidationError(key, value=None, valid_types=None, msg=None) Bases: :py:obj:`AuxlibError`, :py:obj:`TypeError` Mixin to identify exceptions associated with the auxlib package. .. py:exception:: ThisShouldNeverHappenError Bases: :py:obj:`AuxlibError`, :py:obj:`AttributeError` Mixin to identify exceptions associated with the auxlib package.