1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
RuntimeException.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Main\Messenger\Internals\Exception;
6
7use Bitrix\Main\SystemException;
8
10{
11 public function __construct($message = '', $code = 0, \Throwable $previous = null)
12 {
13 parent::__construct($message, $code, previous: $previous);
14 }
15}
__construct($message='', $code=0, \Throwable $previous=null)
Определения RuntimeException.php:11
if(!is_null($config))($config as $configItem)(! $configItem->isVisible()) $code
Определения options.php:195
$message
Определения payment.php:8