blob: ab1b28fe52a15d9339ac758ce9c90d813f7057e2 [file] [log] [blame]
Alex Gaynorf1a3fc02013-11-02 14:03:34 -07001Exceptions
2==========
3
4.. currentmodule:: cryptography.exceptions
5
David Reid6392a9c2013-11-13 10:01:15 -08006.. class:: AlreadyFinalized
7
David Reid00fb12a2013-11-13 13:02:44 -08008 This is raised when a context is used after being finalized.
David Reid6392a9c2013-11-13 10:01:15 -08009
10
Alex Gaynor3949f112013-11-02 16:57:10 -070011.. class:: UnsupportedAlgorithm
Alex Gaynorf1a3fc02013-11-02 14:03:34 -070012
13 This is raised when a backend doesn't support the requested algorithm (or
14 combination of algorithms).
David Reid6392a9c2013-11-13 10:01:15 -080015