Class yii\authclient\InvalidResponseException
| Inheritance | yii\authclient\InvalidResponseException » yii\base\Exception |
|---|---|
| Available since extension's version | 2.0 |
| Source Code | https://github.com/yiisoft/yii2-authclient/blob/master/InvalidResponseException.php |
InvalidResponseException represents an exception caused by invalid remote server response.
Public Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $responseBody | string | Response body. | yii\authclient\InvalidResponseException |
| $responseHeaders | array | Response headers. | yii\authclient\InvalidResponseException |