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