Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
goneexception.php
1
<?php
2
3
namespace
Bitrix\Calendar\Sync\Exceptions
;
4
5
class
GoneException
extends
ApiException
6
{
7
public
function
__construct
($message =
""
, $code = 410, $file =
""
, $line = 0, \Exception $previous =
null
)
8
{
9
parent::__construct($message, $code, $file, $line, $previous);
10
}
11
}
Bitrix\Calendar\Sync\Exceptions\ApiException
Definition
apiexception.php:6
Bitrix\Calendar\Sync\Exceptions\GoneException
Definition
goneexception.php:6
Bitrix\Calendar\Sync\Exceptions\GoneException\__construct
__construct($message="", $code=410, $file="", $line=0, \Exception $previous=null)
Definition
goneexception.php:7
Bitrix\Calendar\Sync\Exceptions
Definition
apiexception.php:3
modules
calendar
lib
sync
exceptions
goneexception.php
Создано системой
1.10.0