1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
ProcessingException.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
6
11
13{
15
16 public function __construct(
17 MessageBox $messageBox,
18 string $message = '',
19 int $code = 0,
20 ?\Throwable $previous = null
21 )
22 {
23 parent::__construct($message, $code, $previous);
24
25 $this->messageBox = $messageBox;
26 }
27}
__construct(MessageBox $messageBox, string $message='', int $code=0, ?\Throwable $previous=null)
Определения ProcessingException.php:16
if(!is_null($config))($config as $configItem)(! $configItem->isVisible()) $code
Определения options.php:195
$message
Определения payment.php:8