PHP Class yii\authclient\InvalidResponseException

Since: 2.0
Author: Paul Klimov ([email protected])
Inheritance: extends yii\base\Exception
Datei anzeigen Open project: yiisoft/yii2-authclient

Public Properties

Property Type Description
$response HTTP response instance.

Public Methods

Method Description
__construct ( Response $response, string $message = null, integer $code, Exception $previous = null ) Constructor.

Method Details

__construct() public method

Constructor.
public __construct ( Response $response, string $message = null, integer $code, Exception $previous = null )
$response yii\httpclient\Response response body
$message string error message
$code integer error code
$previous Exception The previous exception used for the exception chaining.

Property Details

$response public_oe property

HTTP response instance.
Since: 2.1
public $response