<<

NAME

Koha::Exceptions::Password - Base class for password exceptions

Exceptions

Koha::Exceptions::Password

Generic password exception

Koha::Exceptions::Password::Invalid

The supplied password is invalid.

Koha::Exceptions::Password::TooShort

Password is too short.

Koha::Exceptions::Password::TooWeak

Password is too weak.

Koha::Exceptions::Password::WhitespaceCharacters

Password contains leading/trailing spaces, which is forbidden.

Class methods

full_message

Overloaded method for exception stringifying.

<<