Alex Gaynor | f1a3fc0 | 2013-11-02 14:03:34 -0700 | [diff] [blame] | 1 | Exceptions |
2 | ========== | ||||
3 | |||||
4 | .. currentmodule:: cryptography.exceptions | ||||
5 | |||||
Alex Gaynor | 3949f11 | 2013-11-02 16:57:10 -0700 | [diff] [blame] | 6 | .. class:: UnsupportedAlgorithm |
Alex Gaynor | f1a3fc0 | 2013-11-02 14:03:34 -0700 | [diff] [blame] | 7 | |
8 | This is raised when a backend doesn't support the requested algorithm (or | ||||
9 | combination of algorithms). |