ó
    æk7iw  ã                   óv   • S r  " S S\5      r " S S\5      r " S S\5      r " S S\5      r " S	 S
\5      rg)z˜All secretstorage functions may raise various exceptions when
something goes wrong. All exceptions derive from base
:exc:`SecretStorageException` class.c                   ó   • \ rS rSrSrSrg)ÚSecretStorageExceptioné   z&All exceptions derive from this class.© N©Ú__name__Ú
__module__Ú__qualname__Ú__firstlineno__Ú__doc__Ú__static_attributes__r   ó    ÚR/home/james-whalen/.local/lib/python3.13/site-packages/secretstorage/exceptions.pyr   r      s   † Ü0r   r   c                   ó   • \ rS rSrSrSrg)Ú"SecretServiceNotAvailableExceptioné   zÝ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.r   Nr   r   r   r   r   r      s   † ô0r   r   c                   ó   • \ rS rSrSrSrg)ÚLockedExceptioné   zóRaised 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.
r   Nr   r   r   r   r   r      s   † ôr   r   c                   ó   • \ rS rSrSrSrg)ÚItemNotFoundExceptioné   a^  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!
r   Nr   r   r   r   r   r      s   † ôr   r   c                   ó   • \ rS rSrSrSrg)ÚPromptDismissedExceptioné.   zGRaised when a prompt was dismissed by the user.

.. versionadded:: 3.1
r   Nr   r   r   r   r   r   .   s   † ôr   r   N)r   Ú	Exceptionr   r   r   r   r   r   r   r   Ú<module>r      sJ   ðñ(ô
1˜Yô 1ô0Ð)?ô 0ôÐ,ô ôÐ2ô ô Ð4õ r   