meraproject/vendor/yoomoney/yookassa-sdk-php/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyException.md

83 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

# [YooKassa API SDK](../home.md)
# Class: \YooKassa\Common\Exceptions\InvalidPropertyException
### Namespace: [\YooKassa\Common\Exceptions](../namespaces/yookassa-common-exceptions.md)
---
---
### Constants
* No constants found
---
### Methods
| Visibility | Name | Flag | Summary |
| ----------:| ---- | ---- | ------- |
| public | [__construct()](../classes/YooKassa-Common-Exceptions-InvalidPropertyException.md#method___construct) | | InvalidValueException constructor. |
| public | [getProperty()](../classes/YooKassa-Common-Exceptions-InvalidPropertyException.md#method_getProperty) | | |
---
### Details
* File: [lib/Common/Exceptions/InvalidPropertyException.php](../../lib/Common/Exceptions/InvalidPropertyException.php)
* Package: YooKassa
* Class Hierarchy:
* [\InvalidArgumentException](\InvalidArgumentException)
* \YooKassa\Common\Exceptions\InvalidPropertyException
---
## Methods
<a name="method___construct" class="anchor"></a>
#### public __construct() : mixed
```php
public __construct(string $message = &quot;&quot;, int $code, string $property = &quot;&quot;) : mixed
```
**Summary**
InvalidValueException constructor.
**Details:**
* Inherited From: [\YooKassa\Common\Exceptions\InvalidPropertyException](../classes/YooKassa-Common-Exceptions-InvalidPropertyException.md)
##### Parameters:
| Type | Name | Description |
| ---- | ---- | ----------- |
| <code lang="php">string</code> | message | |
| <code lang="php">int</code> | code | |
| <code lang="php">string</code> | property | |
**Returns:** mixed -
<a name="method_getProperty" class="anchor"></a>
#### public getProperty() : string
```php
public getProperty() : string
```
**Details:**
* Inherited From: [\YooKassa\Common\Exceptions\InvalidPropertyException](../classes/YooKassa-Common-Exceptions-InvalidPropertyException.md)
**Returns:** string -
---
### Top Namespaces
* [\YooKassa](../namespaces/yookassa.md)
---
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 1](../reports/markers.md)
* [Deprecated - 25](../reports/deprecated.md)
---
This document was automatically generated from source code comments on 2023-04-06 using [phpDocumentor](http://www.phpdoc.org/)
&copy; 2023 YooMoney