diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2012-01-18 20:36:38 -0500 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2012-01-18 20:36:38 -0500 |
| commit | 6f816a3d7f1f3a394fedcc0aa410792a95b9ece6 (patch) | |
| tree | 66308581e5b36a60198cd8a0c8b8916ba271eda5 /docs/lib | |
| parent | a4a4d20ec8245f0e2763d08e6f00acbe343c854d (diff) | |
| download | passlib-6f816a3d7f1f3a394fedcc0aa410792a95b9ece6.tar.gz | |
split exceptions/warnings to separate module; added some additional warning classes to make filtering easier
Diffstat (limited to 'docs/lib')
| -rw-r--r-- | docs/lib/passlib.exc.rst | 20 | ||||
| -rw-r--r-- | docs/lib/passlib.utils.rst | 4 |
2 files changed, 20 insertions, 4 deletions
diff --git a/docs/lib/passlib.exc.rst b/docs/lib/passlib.exc.rst new file mode 100644 index 0000000..8be1b0a --- /dev/null +++ b/docs/lib/passlib.exc.rst @@ -0,0 +1,20 @@ +=============================================================== +:mod:`passlib.exc` - exceptions and warnings raised by Passlib +=============================================================== + +.. module:: passlib.exc + :synopsis: exceptions & warnings raised by Passlib + +This module contains all the custom exceptions & warnings that +may be raised by Passlib. + +Exceptions +========== +.. autoexception:: MissingBackendError + +Warnings +======== +.. autoexception:: PasslibWarning +.. autoexception:: PasslibContextWarning +.. autoexception:: PasslibHandlerWarning +.. autoexception:: PasslibRuntimeWarning diff --git a/docs/lib/passlib.utils.rst b/docs/lib/passlib.utils.rst index 404e9f5..9ecd913 100644 --- a/docs/lib/passlib.utils.rst +++ b/docs/lib/passlib.utils.rst @@ -34,10 +34,6 @@ Constants See :ref:`mcf-identifiers` for a table of which OSes are known to support which hashes. -.. autoexception:: MissingBackendError - -.. autoexception:: PasslibPolicyWarning - .. PYPY |
