IdentityProviderException
extends Exception
in package
Exception thrown if the provider response contains errors.
Table of Contents
Properties
- $response : mixed
Methods
- __construct() : mixed
- getResponseBody() : mixed
- Returns the exception's response body.
Properties
$response
protected
mixed
$response
Methods
__construct()
public
__construct(string $message, int $code, mixed $response) : mixed
Parameters
- $message : string
- $code : int
- $response : mixed
-
The response body
getResponseBody()
Returns the exception's response body.
public
getResponseBody() : mixed