PHP Класс yii\authclient\InvalidResponseException

С версии: 2.0
Автор: Paul Klimov ([email protected])
Наследование: extends yii\base\Exception
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$response HTTP response instance.

Открытые методы

Метод Описание
__construct ( Response $response, string $message = null, integer $code, Exception $previous = null ) Constructor.

Описание методов

__construct() публичный метод

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.

Описание свойств

$response публичное свойство

HTTP response instance.
С версии: 2.1
public $response