#include <InvalidPasswordException.hh>
Definition at line 42 of file InvalidPasswordException.hh.
Public Member Functions | |
InvalidPasswordException (const std::string &message, enum PasswordError error) | |
Creates a new InvalidPasswordException. | |
enum PasswordError | getError () const |
Gets the error that triggered this InvalidPasswordException. | |
Private Attributes | |
enum PasswordError | error |
|
Creates a new InvalidPasswordException.
Definition at line 64 of file InvalidPasswordException.hh. |
|
Gets the error that triggered this InvalidPasswordException.
Definition at line 67 of file InvalidPasswordException.hh. |
|
Definition at line 44 of file InvalidPasswordException.hh. |