• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/classes/general/vi_error.php
  • Класс: CVoxImplantError
  • Вызов: CVoxImplantError::__construct
public function __construct($method, $code, $msg)
{
	if ($method != null)
	{
		$this->method = $method;
		$this->code = $code;
		$this->msg = $msg;
		$this->error = true;
	}
}