← Back
Editing: errors.cpython-311.pyc
� %�c� � �� � d dl Z G d� de� � Z G d� de� � Z G d� de� � Z G d� d e� � Z G d � de� � Z G d� d ee� � Z G d� d� � Z G d� d� � Z dS )� Nc � � e Zd ZdZdS )�KeyringErrorz$Base class for exceptions in keyringN��__name__� __module__�__qualname__�__doc__� � �0/usr/lib/python3/dist-packages/keyring/errors.pyr r s � � � � � �.�.�.�.r r c � � e Zd ZdZdS )�PasswordSetErrorz&Raised when the password can't be set.Nr r r r r r s � � � � � �0�0�0�0r r c � � e Zd ZdZdS )�PasswordDeleteErrorz*Raised when the password can't be deleted.Nr r r r r r s � � � � � �4�4�4�4r r c � � e Zd ZdZdS )� InitErrorz0Raised when the keyring could not be initialisedNr r r r r r s � � � � � �:�:�:�:r r c � � e Zd ZdZdS )� KeyringLockedz(Raised when the keyring failed unlockingNr r r r r r s � � � � � �2�2�2�2r r c � � e Zd ZdZdS )�NoKeyringErrorz'Raised when there is no keyring backendNr r r r r r s � � � � � �1�1�1�1r r c �( � e Zd ZdZefd�Zd� Zd� ZdS )�ExceptionRaisedContextz[ An exception-trapping context that indicates whether an exception was raised. c �"