aboutsummaryrefslogtreecommitdiffstats
path: root/docs/exceptions.rst
blob: b391e620881ead6c6b58efb19e52e2e5cba3abc6 (plain)
1
2
3
4
5
6
7
8
9
Exceptions
==========

.. currentmodule:: cryptography.exceptions

.. class:: NoSuchAlgorithm

    This is raised when a backend doesn't support the requested algorithm (or
    combination of algorithms).