From 467747a2b272e3555189254aac3ba3142e172d6a Mon Sep 17 00:00:00 2001
From: Donald Stufft <donald.stufft@gmail.com>
Date: Fri, 22 Feb 2013 00:33:01 -0500
Subject: [PATCH] Add nacl.exceptions.CryptoError, a generic Crypto Exception

---
 nacl/exceptions.py | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 nacl/exceptions.py

diff --git a/nacl/exceptions.py b/nacl/exceptions.py
new file mode 100644
index 00000000..66e5e51a
--- /dev/null
+++ b/nacl/exceptions.py
@@ -0,0 +1,4 @@
+class CryptoError(Exception):
+    """
+    Base exception for all nacl related errors
+    """
-- 
GitLab