1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
CommandException.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Main\Command\Exception
;
6
7
use
Bitrix\Main\Command\CommandInterface
;
8
use
Bitrix\Main\SystemException
;
9
10
class
CommandException
extends
SystemException
11
{
12
public
function
__construct
(
13
public
readonly
CommandInterface
$command,
14
$message
=
''
,
15
\Throwable $previous =
null
16
)
17
{
18
parent::__construct(
$message
, previous: $previous);
19
}
20
}
Bitrix\Main\Command\Exception\CommandException
Определения
CommandException.php:11
Bitrix\Main\Command\Exception\CommandException\__construct
__construct(public readonly CommandInterface $command, $message='', \Throwable $previous=null)
Определения
CommandException.php:12
Bitrix\Main\SystemException
Определения
SystemException.php:9
Bitrix\Main\Command\CommandInterface
Определения
CommandInterface.php:12
Bitrix\Main\Command\Exception
Определения
CommandException.php:5
$message
$message
Определения
payment.php:8
bitrix
modules
main
lib
Command
Exception
CommandException.php
Создано системой
1.14.0