1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
exceptions.php
См. документацию.
1
<?php
2
namespace
Bitrix\Scale;
3
4
use \Bitrix\Main\SystemException;
5
9
class
ServerBxInfoException
extends
SystemException
10
{
11
protected
$hostname
;
12
13
public
function
__construct
(
$message
=
""
,
$hostname
=
""
, \Exception $previous =
null
)
14
{
15
parent::__construct(
$message
, 0,
''
, 0, $previous);
16
$this->hostname=
$hostname
;
17
}
18
19
public
function
getHostname
()
20
{
21
return
$this->hostname
;
22
}
23
}
24
30
class
NeedMoreUserInfoException
extends
SystemException
31
{
32
protected
$actionParams
;
33
34
public
function
__construct
(
$message
=
""
,
$actionParams
=
array
(), \Exception $previous =
null
)
35
{
36
parent::__construct(
$message
, 0,
''
, 0, $previous);
37
$this->actionParams=
$actionParams
;
38
}
39
40
public
function
getActionParams
()
41
{
42
return
$this->actionParams
;
43
}
44
}
Bitrix\Main\SystemException
Определения
SystemException.php:9
Bitrix\Scale\NeedMoreUserInfoException
Определения
exceptions.php:31
Bitrix\Scale\NeedMoreUserInfoException\getActionParams
getActionParams()
Определения
exceptions.php:40
Bitrix\Scale\NeedMoreUserInfoException\__construct
__construct($message="", $actionParams=array(), \Exception $previous=null)
Определения
exceptions.php:34
Bitrix\Scale\NeedMoreUserInfoException\$actionParams
$actionParams
Определения
exceptions.php:32
Bitrix\Scale\ServerBxInfoException
Определения
exceptions.php:10
Bitrix\Scale\ServerBxInfoException\getHostname
getHostname()
Определения
exceptions.php:19
Bitrix\Scale\ServerBxInfoException\$hostname
$hostname
Определения
exceptions.php:11
Bitrix\Scale\ServerBxInfoException\__construct
__construct($message="", $hostname="", \Exception $previous=null)
Определения
exceptions.php:13
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
$message
$message
Определения
payment.php:8
bitrix
modules
scale
lib
exceptions.php
Создано системой
1.14.0