From 921980c00ad4c12caca949fdb049741cb59b140e Mon Sep 17 00:00:00 2001 From: Terry Chia <terrycwk1994@gmail.com> Date: Sun, 13 Jul 2014 18:43:59 +0800 Subject: [PATCH] Added documentation for exceptions --- docs/exceptions.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/exceptions.rst diff --git a/docs/exceptions.rst b/docs/exceptions.rst new file mode 100644 index 00000000..6de01fe0 --- /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. -- GitLab