• Модуль: scale
  • Путь к файлу: ~/bitrix/modules/scale/lib/exceptions.php
  • Класс: BitrixScaleNeedMoreUserInfoException
  • Вызов: NeedMoreUserInfoException::__construct
public function __construct($message = "", $actionParams = array(), Exception $previous = null)
{
	parent::__construct($message, 0, '', 0, $previous);
	$this->actionParams= $actionParams;
}