1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
NotSupportedException.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Rest\Exceptions;
6
7use Bitrix\Rest\RestException;
8
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}
__construct(string $message='', \Exception $previous=null)
Определения NotSupportedException.php:11
$message
Определения payment.php:8