mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-08-19 02:00:26 +00:00
bd2a5b95fd
Обновлены описания классов, свойств и методов для документации Добавлена документация Добавлены примеры использования SDK
4.1 KiB
4.1 KiB
YooKassa API SDK
Class: \YooKassa\Common\Exceptions\InternalServerError
Namespace: \YooKassa\Common\Exceptions
Constants
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | HTTP_CODE |
Properties
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | $retryAfter | ||
| public | $type | ||
| protected | $responseBody | ||
| protected | $responseHeaders |
Methods
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | __construct() | Constructor | |
| public | getResponseBody() | ||
| public | getResponseHeaders() |
Details
- File: lib/Common/Exceptions/InternalServerError.php
- Package: Default
- Class Hierarchy:
- \Exception
- \YooKassa\Common\Exceptions\ApiException
- \YooKassa\Common\Exceptions\InternalServerError
Constants
HTTP_CODE
HTTP_CODE = 500
Properties
public $retryAfter
Details:
public $type
Details:
protected $responseBody : mixed
Type: mixed
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
protected $responseHeaders : string[]
Type: string[]
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
Methods
public __construct() : mixed
public __construct(mixed responseHeaders = array(), mixed responseBody = null) : mixed
Summary
Constructor
Details:
- Inherited From: \YooKassa\Common\Exceptions\InternalServerError
Parameters:
| Type | Name | Description |
|---|---|---|
mixed |
responseHeaders | HTTP header |
mixed |
responseBody | HTTP body |
Returns: mixed -
public getResponseBody() : mixed
public getResponseBody() : mixed
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
Returns: mixed -
public getResponseHeaders() : string[]
public getResponseHeaders() : string[]
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
Returns: string[] -
Top Namespaces
Reports
This document was automatically generated from source code comments on 2021-04-21 using phpDocumentor
© 2021 YooMoney