blob: b60ba63622f048b1631ae82d0ba60799951c2f89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
===============================================================
: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
.. autoexception:: PasswordSizeError
Warnings
========
.. autoexception:: PasslibWarning
.. autoexception:: PasslibConfigWarning
.. autoexception:: PasslibHashWarning
.. autoexception:: PasslibRuntimeWarning
.. autoexception:: PasslibSecurityWarning
|