• Модуль: forum
  • Путь к файлу: ~/bitrix/modules/forum/lib/internals/error/error.php
  • Класс: BitrixForumInternalsErrorError
  • Вызов: Error::__construct
public function __construct($message, $code = 0)
{
	$this->message = $message;
	$this->code = $code;
}