• Модуль: forum
  • Путь к файлу: ~/bitrix/modules/forum/lib/internals/error/errorcollection.php
  • Класс: BitrixForumInternalsErrorErrorCollection
  • Вызов: ErrorCollection::checkType
private function checkType($value)
{
	if(!$value instanceof Error)
	{
		throw new ArgumentTypeException('Could not push in ErrorCollection non Error.');
	}
}