File: exceptions.rst

package info (click to toggle)
python-itsdangerous 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 412 kB
  • sloc: python: 1,055; makefile: 21; sh: 9
file content (22 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.. module:: itsdangerous.exc

Exceptions
==========

.. autoexception:: BadData
    :members:

.. autoexception:: BadSignature
    :members:

.. autoexception:: BadTimeSignature
    :members:

.. autoexception:: SignatureExpired
    :members:

.. autoexception:: BadHeader
    :members:

.. autoexception:: BadPayload
    :members: