PHP Class Overtrue\Socialite\AuthorizeFailedException

Inheritance: extends RuntimeException
Show file Open project: overtrue/socialite

Public Properties

Property Type Description
$body array Response body.

Public Methods

Method Description
__construct ( string $message, string $body ) Constructor.

Method Details

__construct() public method

Constructor.
public __construct ( string $message, string $body )
$message string
$body string

Property Details

$body public property

Response body.
public array $body
return array