• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/exception/configexceptionhandler.php
  • Класс: BitrixSeoBusinessSuiteExceptionConfigExceptionHandler
  • Вызов: ConfigExceptionHandler::getErrorCollection
public function getErrorCollection() : MainErrorCollection
{
	return $this->errorCollection = $this->errorCollection ?? new MainErrorCollection(
		array_filter(iterator_to_array($this->getErrorQueueGenerator()))
		);
}