%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/lib/python3/dist-packages/secretstorage/__pycache__/
Upload File :
Create Path :
Current File : //usr/lib/python3/dist-packages/secretstorage/__pycache__/exceptions.cpython-312.pyc

�

��bw��v�dZGd�de�ZGd�de�ZGd�de�ZGd�de�ZGd	�d
e�Zy)z�All secretstorage functions may raise various exceptions when
something goes wrong. All exceptions derive from base
:exc:`SecretStorageException` class.c��eZdZdZy)�SecretStorageExceptionz&All exceptions derive from this class.N��__name__�
__module__�__qualname__�__doc__���:/usr/lib/python3/dist-packages/secretstorage/exceptions.pyrrs��0r
rc��eZdZdZy)�"SecretServiceNotAvailableExceptionz�Raised by :class:`~secretstorage.item.Item` or
    :class:`~secretstorage.collection.Collection` constructors, or by
    other functions in the :mod:`secretstorage.collection` module, when
    the Secret Service API is not available.Nrr	r
rr
r
s��0r
r
c��eZdZdZy)�LockedExceptionaRaised when an action cannot be performed because the collection
    is locked. Use :meth:`~secretstorage.collection.Collection.is_locked`
    to check if the collection is locked, and
    :meth:`~secretstorage.collection.Collection.unlock` to unlock it.
    Nrr	r
rrrs��r
rc��eZdZdZy)�ItemNotFoundExceptiona�Raised when an item does not exist or has been deleted. Example of
    handling:

    >>> import secretstorage
    >>> connection = secretstorage.dbus_init()
    >>> item_path = '/not/existing/path'
    >>> try:
    ...     item = secretstorage.Item(connection, item_path)
    ... except secretstorage.ItemNotFoundException:
    ...     print('Item not found!')
    ...
    Item not found!
    Nrr	r
rrrs��r
rc��eZdZdZy)�PromptDismissedExceptionzORaised when a prompt was dismissed by the user.

    .. versionadded:: 3.1
    Nrr	r
rrr.s��r
rN)r�	Exceptionrr
rrrr	r
r�<module>rsJ��(�
1�Y�1�0�)?�0��,��
�2�
� �4�r

Zerion Mini Shell 1.0