• Модуль: bitrixcloud
  • Путь к файлу: ~/bitrix/modules/bitrixcloud/classes/general/exception.php
  • Класс: CBitrixCloudException
  • Вызов: CBitrixCloudException::__construct
public function __construct($message = '', $error_code = '', $debug_info = '')
{
	parent::__construct($message);
	$this->error_code = $error_code;
	$this->debug_info = $debug_info;
}