• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/exception/unknownfieldexception.php
  • Класс: BitrixSeoBusinessSuiteExceptionUnknownFieldException
  • Вызов: UnknownFieldException::getCustomData
public function getCustomData(): array
{
	return parent::getCustomData() + [
			'code' => $this->fieldCode,
		];
}