- Модуль: calendar
- Путь к файлу: ~/bitrix/modules/calendar/lib/sync/exceptions/goneexception.php
- Класс: BitrixCalendarSyncExceptionsGoneException
- Вызов: GoneException::__construct
public function __construct($message = "", $code = 410, $file = "", $line = 0, Exception $previous = null)
{
parent::__construct($message, $code, $file, $line, $previous);
}