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