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