Skip to content
Snippets Groups Projects
Commit 904698d2 authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Merge pull request #83 from Ayrx/add-exception-docs

Add exception docs
parents ca6979be eafd3cc4
No related branches found
No related tags found
No related merge requests found
Exceptions
==========
.. class:: CryptoError
Base exception for all nacl related errors
.. class:: BadSignatureError
Raised when the signature was forged or otherwise corrupt.
PyNaCl: Python binding to the Networking and Cryptography (NaCl) library
========================================================================
Contents:
Contents
--------
.. toctree::
:maxdepth: 2
......@@ -18,6 +19,7 @@ Support Features
:maxdepth: 2
encoding
exceptions
Api Documentation
......@@ -27,7 +29,7 @@ Api Documentation
:maxdepth: 2
:glob:
api/*
api/hash
Indices and tables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment