Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
NotSupportedException.php
1<?php
2
3declare(strict_types=1);
4
6
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)