File: exceptions.rst

package info (click to toggle)
python-pskc 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,212 kB
  • sloc: python: 2,075; xml: 151; makefile: 22; sh: 9
file content (17 lines) | stat: -rw-r--r-- 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Exceptions
==========

The module and parser will try to interpret any provided PSKC files and will
only raise exceptions on wildly invalid PSKC files.

.. module:: pskc.exceptions

.. autoexception:: PSKCError

.. autoexception:: ParseError

.. autoexception:: EncryptionError

.. autoexception:: DecryptionError

.. autoexception:: KeyDerivationError