Elgg  Version master
Public Member Functions | List of all members
Elgg\Exceptions\Security\InvalidPasswordCharacterRequirementsException Class Reference

Indicate a password string doesn't meet the character requirements. More...

Inheritance diagram for Elgg\Exceptions\Security\InvalidPasswordCharacterRequirementsException:
Elgg\Exceptions\SecurityException Elgg\Exceptions\Exception Elgg\Exceptions\ExceptionInterface

Public Member Functions

 __construct (string $message= '', int $code=0,\Throwable $previous=null)
 {} More...
 

Detailed Description

Indicate a password string doesn't meet the character requirements.

Since
3.2

Definition at line 12 of file InvalidPasswordCharacterRequirementsException.php.

Constructor & Destructor Documentation

Elgg\Exceptions\Security\InvalidPasswordCharacterRequirementsException::__construct ( string  $message = '',
int  $code = 0,
\Throwable  $previous = null 
)

{}

Definition at line 17 of file InvalidPasswordCharacterRequirementsException.php.


The documentation for this class was generated from the following file: