cryptography/docs/exceptions.rst
2013-11-13 10:01:15 -08:00

15 lines
319 B
ReStructuredText

Exceptions
==========
.. currentmodule:: cryptography.exceptions
.. class:: AlreadyFinalized
This is raised when a context is used after being it has been finalized.
.. class:: UnsupportedAlgorithm
This is raised when a backend doesn't support the requested algorithm (or
combination of algorithms).