- Модуль: seo
- Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/exception/unknownfieldexception.php
- Класс: BitrixSeoBusinessSuiteExceptionUnknownFieldException
- Вызов: UnknownFieldException::__construct
public function __construct(
$message = "",
$code = 0,
$file = "",
$line = 0,
Exception $previous = null,
$fieldCode = ''
)
{
parent::__construct($message, $code, $file, $line, $previous);
$this->fieldCode = $fieldCode;
}