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