1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
CommandException.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
6
9
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}
__construct(public readonly CommandInterface $command, $message='', \Throwable $previous=null)
Определения CommandException.php:12
$message
Определения payment.php:8