blob: 6ac11b3c41c0844ed08b3a625075f3c7558c970d [file] [log] [blame]
Alex Gaynorf1a3fc02013-11-02 14:03:34 -07001Exceptions
2==========
3
4.. currentmodule:: cryptography.exceptions
5
Alex Gaynor3949f112013-11-02 16:57:10 -07006.. class:: UnsupportedAlgorithm
Alex Gaynorf1a3fc02013-11-02 14:03:34 -07007
8 This is raised when a backend doesn't support the requested algorithm (or
9 combination of algorithms).