=============================================================== :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