Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
ObjectPropertyException.php
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Rest\Exceptions
;
6
7
final
class
ObjectPropertyException
extends
ArgumentException
8
{
9
public
function
__construct
(
string
$parameter
=
''
, \Exception $previous =
null
)
10
{
11
parent::__construct(
"Object property \"{$parameter}\" not found."
,
$parameter
, $previous);
12
}
13
}
Bitrix\Rest\Exceptions\ArgumentException
Definition
ArgumentException.php:10
Bitrix\Rest\Exceptions\ArgumentException\$parameter
string $parameter
Definition
ArgumentException.php:11
Bitrix\Rest\Exceptions\ObjectPropertyException
Definition
ObjectPropertyException.php:8
Bitrix\Rest\Exceptions\ObjectPropertyException\__construct
__construct(string $parameter='', \Exception $previous=null)
Definition
ObjectPropertyException.php:9
Bitrix\Rest\Exceptions
Definition
ArgumentException.php:5
modules
rest
lib
Exceptions
ObjectPropertyException.php
Создано системой
1.10.0