Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
serviceloadexception.php
1
<?php
2
3
namespace
Bitrix\Seo\BusinessSuite\Exception
;
4
5
6
class
ServiceLoadException
extends
ConfigException
7
{
8
const
EXCEPTION_TYPE
=
ConfigException::EXCEPTION_TYPE_SERVICE_LOAD
;
9
10
protected
$engineCode
;
11
22
public
function
__construct
(
23
$message =
""
,
24
$code = 0,
25
$file =
""
,
26
$line = 0,
27
\Exception $previous =
null
,
28
$engineCode
=
''
29
)
30
{
31
parent::__construct($message, $code, $file, $line, $previous);
32
$this->engineCode =
$engineCode
;
33
}
34
38
public
function
getCustomData
(): array
39
{
40
return
parent::getCustomData() + [
41
'engineCode'
=>
$this->engineCode
,
42
];
43
}
44
}
Bitrix\Seo\BusinessSuite\Exception\ConfigException
Definition
configexception.php:8
Bitrix\Seo\BusinessSuite\Exception\ConfigException\EXCEPTION_TYPE_SERVICE_LOAD
const EXCEPTION_TYPE_SERVICE_LOAD
Definition
configexception.php:12
Bitrix\Seo\BusinessSuite\Exception\ServiceLoadException
Definition
serviceloadexception.php:7
Bitrix\Seo\BusinessSuite\Exception\ServiceLoadException\__construct
__construct( $message="", $code=0, $file="", $line=0, \Exception $previous=null, $engineCode='')
Definition
serviceloadexception.php:22
Bitrix\Seo\BusinessSuite\Exception\ServiceLoadException\$engineCode
$engineCode
Definition
serviceloadexception.php:10
Bitrix\Seo\BusinessSuite\Exception\ServiceLoadException\getCustomData
getCustomData()
Definition
serviceloadexception.php:38
Bitrix\Seo\BusinessSuite\Exception\ServiceLoadException\EXCEPTION_TYPE
const EXCEPTION_TYPE
Definition
serviceloadexception.php:8
Bitrix\Seo\BusinessSuite\Exception
Definition
configexception.php:3
modules
seo
lib
businesssuite
exception
serviceloadexception.php
Создано системой
1.10.0