1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
InterruptedExecutionException.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Im\V2\Message\Delete\Strategy;
4
5
use Bitrix\Im\V2\Result;
6
7
class
InterruptedExecutionException
extends
\Exception
8
{
9
protected
?
Result
$result
=
null
;
10
public
function
__construct
(
Result
$result
=
new
Result
(),
string
$message
=
''
,
int
$code
= 0, \Throwable $previous =
null
)
11
{
12
$this->result =
$result
;
13
parent::__construct(
$message
,
$code
, $previous);
14
}
15
16
public
function
getResult
():
Result
17
{
18
return
$this->result ?? (
new
Result
());
19
}
20
21
public
function
setResult
(
Result
$result
): self
22
{
23
$this->result =
$result
;
24
return
$this;
25
}
26
}
Bitrix\Im\V2\Message\Delete\Strategy\InterruptedExecutionException
Определения
InterruptedExecutionException.php:8
Bitrix\Im\V2\Message\Delete\Strategy\InterruptedExecutionException\$result
Result $result
Определения
InterruptedExecutionException.php:9
Bitrix\Im\V2\Message\Delete\Strategy\InterruptedExecutionException\getResult
getResult()
Определения
InterruptedExecutionException.php:16
Bitrix\Im\V2\Message\Delete\Strategy\InterruptedExecutionException\setResult
setResult(Result $result)
Определения
InterruptedExecutionException.php:21
Bitrix\Im\V2\Message\Delete\Strategy\InterruptedExecutionException\__construct
__construct(Result $result=new Result(), string $message='', int $code=0, \Throwable $previous=null)
Определения
InterruptedExecutionException.php:10
Bitrix\Main\DB\Result
Определения
result.php:20
$code
if(!is_null($config))($config as $configItem)(! $configItem->isVisible()) $code
Определения
options.php:195
Bitrix\Main\DI\Exception
Определения
circulardependencyexception.php:3
$message
$message
Определения
payment.php:8
bitrix
modules
im
lib
V2
Message
Delete
Strategy
InterruptedExecutionException.php
Создано системой
1.14.0