aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cryptography/exceptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptography/exceptions.py b/cryptography/exceptions.py
index 1821ceb7..f0a7baf2 100644
--- a/cryptography/exceptions.py
+++ b/cryptography/exceptions.py
@@ -11,5 +11,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+
class NoSuchAlgorithm(Exception):
pass