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