1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
exception.php
См. документацию.
1<?php
2namespace Bitrix\Sale;
3use Bitrix\Main\SystemException;
4
6{
7 public function __construct($message = "", \Exception $previous = null)
8 {
9 parent::__construct($message, 0, '', 0, $previous);
10 }
11}
__construct($message="", \Exception $previous=null)
Определения exception.php:7
$message
Определения payment.php:8