InvalidPasswordException
extends RuntimeException
in package
implements
ExceptionInterface
Tags
Table of Contents
Interfaces
- ExceptionInterface
- Interface for exceptions thrown by the password-hasher component.
Methods
- __construct() : mixed
Methods
__construct()
public
__construct([string $message = 'Invalid password.' ][, int $code = 0 ][, Throwable $previous = null ]) : mixed
Parameters
- $message : string = 'Invalid password.'
- $code : int = 0
- $previous : Throwable = null