1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
NotSupportedException.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
NotSupportedException
extends
RestException
10
{
11
public
function
__construct
(
string
$message
=
''
, \
Exception
$previous =
null
)
12
{
13
parent::__construct(
$message
, 150,
14
\CRestServer::STATUS_WRONG_REQUEST,
15
$previous
16
);
17
}
18
}
Bitrix\Rest\Exceptions\NotSupportedException
Определения
NotSupportedException.php:10
Bitrix\Rest\Exceptions\NotSupportedException\__construct
__construct(string $message='', \Exception $previous=null)
Определения
NotSupportedException.php:11
Bitrix\Rest\RestException
Определения
restexception.php:6
Bitrix\Main\DI\Exception
Определения
circulardependencyexception.php:3
$message
$message
Определения
payment.php:8
bitrix
modules
rest
lib
Exceptions
NotSupportedException.php
Создано системой
1.14.0