FailedAuthException
extends Exception
in package
Exception thrown when the authentication failed.
Table of Contents
Methods
- __construct() : mixed
- Create a new FailedAuthException.
- __toString() : string
- String representation of the exception.
Methods
__construct()
Create a new FailedAuthException.
public
__construct(null|string $reason, null|Throwable $previous) : mixed
Parameters
- $reason : null|string
-
The reason why the authentication failed.
- $previous : null|Throwable
-
The previous exception used for the exception chaining.
__toString()
String representation of the exception.
public
__toString() : string
Return values
string —String representation of the exception.