diff --git a/docs/exceptions.rst b/docs/exceptions.rst new file mode 100644 index 0000000000000000000000000000000000000000..6de01fe07b6e713c808bcf0c80218f5fe47bc686 --- /dev/null +++ b/docs/exceptions.rst @@ -0,0 +1,11 @@ +Exceptions +========== + +.. class:: CryptoError + + Base exception for all nacl related errors + + +.. class:: BadSignatureError + + Raised when the signature was forged or otherwise corrupt.