# [YooKassa API SDK](../home.md)
# Class: \YooKassa\Common\Exceptions\AuthorizeException
### Namespace: [\YooKassa\Common\Exceptions](../namespaces/yookassa-common-exceptions.md)
---
**Summary:**
Ошибка авторизации. Не установлен заголовок.
---
### Constants
* No constants found
---
### Properties
| Visibility | Name | Flag | Summary |
| ----------:| ---- | ---- | ------- |
| protected | [$responseBody](../classes/YooKassa-Common-Exceptions-ApiException.md#property_responseBody) | | |
| protected | [$responseHeaders](../classes/YooKassa-Common-Exceptions-ApiException.md#property_responseHeaders) | | |
---
### Methods
| Visibility | Name | Flag | Summary |
| ----------:| ---- | ---- | ------- |
| public | [__construct()](../classes/YooKassa-Common-Exceptions-ApiException.md#method___construct) | | Constructor. |
| public | [getResponseBody()](../classes/YooKassa-Common-Exceptions-ApiException.md#method_getResponseBody) | | |
| public | [getResponseHeaders()](../classes/YooKassa-Common-Exceptions-ApiException.md#method_getResponseHeaders) | | |
---
### Details
* File: [lib/Common/Exceptions/AuthorizeException.php](../../lib/Common/Exceptions/AuthorizeException.php)
* Package: Default
* Class Hierarchy:
* [\Exception](\Exception)
* [\YooKassa\Common\Exceptions\ApiException](../classes/YooKassa-Common-Exceptions-ApiException.md)
* \YooKassa\Common\Exceptions\AuthorizeException
---
## Properties
#### protected $responseBody : ?string
---
**Type:** ?string
**Details:**
* Inherited From: [\YooKassa\Common\Exceptions\ApiException](../classes/YooKassa-Common-Exceptions-ApiException.md)
#### protected $responseHeaders : array
---
**Type:** array
**Details:**
* Inherited From: [\YooKassa\Common\Exceptions\ApiException](../classes/YooKassa-Common-Exceptions-ApiException.md)
---
## Methods
#### public __construct() : mixed
```php
public __construct(string $message = '', int $code, string[] $responseHeaders = [], string|null $responseBody = '') : mixed
```
**Summary**
Constructor.
**Details:**
* Inherited From: [\YooKassa\Common\Exceptions\ApiException](../classes/YooKassa-Common-Exceptions-ApiException.md)
##### Parameters:
| Type | Name | Description |
| ---- | ---- | ----------- |
| string
| message | Error message |
| int
| code | HTTP status code |
| string[]
| responseHeaders | HTTP header |
| string OR null
| responseBody | HTTP body |
**Returns:** mixed -
#### public getResponseBody() : ?string
```php
public getResponseBody() : ?string
```
**Details:**
* Inherited From: [\YooKassa\Common\Exceptions\ApiException](../classes/YooKassa-Common-Exceptions-ApiException.md)
**Returns:** ?string -
#### public getResponseHeaders() : string[]
```php
public getResponseHeaders() : string[]
```
**Details:**
* Inherited From: [\YooKassa\Common\Exceptions\ApiException](../classes/YooKassa-Common-Exceptions-ApiException.md)
**Returns:** string[] -
---
### Top Namespaces
* [\YooKassa](../namespaces/yookassa.md)
---
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
* [Deprecated - 22](../reports/deprecated.md)
---
This document was automatically generated from source code comments on 2024-04-01 using [phpDocumentor](http://www.phpdoc.org/)
© 2024 YooMoney