1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
timeisoverexception.php
См. документацию.
1
<?php
2
namespace
Bitrix\Sale\TradingPlatform;
3
4
use \Bitrix\Main\SystemException;
5
12
class
TimeIsOverException
extends
SystemException
13
{
14
protected
$endPosition
;
15
21
public
function
__construct
(
$message
=
""
,
$endPosition
=
""
, \
Exception
$previous =
null
)
22
{
23
parent::__construct(
$message
, 0,
''
, 0, $previous);
24
$this->endPosition =
$endPosition
;
25
}
26
31
public
function
getEndPosition
()
32
{
33
return
$this->endPosition
;
34
}
35
}
Bitrix\Main\SystemException
Определения
SystemException.php:9
Bitrix\Sale\TradingPlatform\TimeIsOverException
Определения
timeisoverexception.php:13
Bitrix\Sale\TradingPlatform\TimeIsOverException\$endPosition
$endPosition
Определения
timeisoverexception.php:14
Bitrix\Sale\TradingPlatform\TimeIsOverException\__construct
__construct($message="", $endPosition="", \Exception $previous=null)
Определения
timeisoverexception.php:21
Bitrix\Sale\TradingPlatform\TimeIsOverException\getEndPosition
getEndPosition()
Определения
timeisoverexception.php:31
Bitrix\Main\DI\Exception
Определения
circulardependencyexception.php:3
$message
$message
Определения
payment.php:8
bitrix
modules
sale
lib
tradingplatform
timeisoverexception.php
Создано системой
1.14.0