Overtrue\Socialite\AuthorizeFailedException::__construct PHP 메소드

__construct() 공개 메소드

Constructor.
public __construct ( string $message, string $body )
$message string
$body string
    public function __construct($message, $body)
    {
        parent::__construct($message, -1);
        $this->body = $body;
    }
AuthorizeFailedException