Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
ObjectNotFoundException.php
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Rest\Exceptions
;
6
7
use
Bitrix\Rest\RestException
;
8
9
final
class
ObjectNotFoundException
extends
RestException
10
{
11
public
function
__construct
(
string
$message =
''
, \Exception $previous =
null
)
12
{
13
parent::__construct($message, 510,
14
\CRestServer::STATUS_WRONG_REQUEST,
15
$previous
16
);
17
}
18
}
Bitrix\Rest\Exceptions\ObjectNotFoundException
Definition
ObjectNotFoundException.php:10
Bitrix\Rest\Exceptions\ObjectNotFoundException\__construct
__construct(string $message='', \Exception $previous=null)
Definition
ObjectNotFoundException.php:11
Bitrix\Rest\RestException
Definition
restexception.php:6
Bitrix\Rest\Exceptions
Definition
ArgumentException.php:5
modules
rest
lib
Exceptions
ObjectNotFoundException.php
Создано системой
1.10.0