Class IdentityProviderException
Exception thrown if the provider response contains errors.
-
Exception
-
League\OAuth2\Client\Provider\Exception\IdentityProviderException
Methods summary
public
|
#
__construct( string $message, integer $code, array|string $response )
Parameters
- $message
- $code
- $response
- The response body
Overrides
Exception::__construct()
|
public
array|string
|
#
getResponseBody( )
Returns the exception's response body.
Returns the exception's response body.
Returns
array|string
|
Methods inherited from Exception
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
Properties inherited from Exception
$code,
$file,
$line,
$message
|