Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
exception.php
1
<?
2
namespace
Bitrix\Sale\Location\Util
;
3
4
use
Bitrix\Main
;
5
use
Bitrix\Main\Localization\Loc
;
6
7
class
SaleTreeNodeNotFoundException
extends
Main\SystemException
{
8
9
public
function
__construct
($message =
""
, $code = 0)
10
{
11
parent::_construct(strlen($message) ? $message :
Loc::getMessage
(
'SALE_TREE_ENTITY_NODE_NOT_FOUND_EXCEPTION'
), $code);
12
}
13
14
}
15
16
class
SaleTreeSystemException
extends
Main\SystemException
{
17
18
public
function
__construct
($message =
""
, $code = 0)
19
{
20
parent::_construct(strlen($message) ? $message :
Loc::getMessage
(
'SALE_TREE_ENTITY_INTERNAL_EXCEPTION'
), $code);
21
}
22
23
}
Bitrix\Main\Localization\Loc
Definition
loc.php:11
Bitrix\Main\Localization\Loc\getMessage
static getMessage($code, $replace=null, $language=null)
Definition
loc.php:29
Bitrix\Main\SystemException
Definition
exception.php:8
Bitrix\Sale\Location\Util\SaleTreeNodeNotFoundException
Definition
exception.php:7
Bitrix\Sale\Location\Util\SaleTreeNodeNotFoundException\__construct
__construct($message="", $code=0)
Definition
exception.php:9
Bitrix\Sale\Location\Util\SaleTreeSystemException
Definition
exception.php:16
Bitrix\Sale\Location\Util\SaleTreeSystemException\__construct
__construct($message="", $code=0)
Definition
exception.php:18
Bitrix\Main
Bitrix\Sale\Location\Util
Definition
assert.php:9
modules
sale
lib
location
util
exception.php
Создано системой
1.10.0