<?php
// CBitrixCloudException :: __construct()
// /dist/bitrix/modules/bitrixcloud/include.php:45
public function __construct($message = "", $error_code = "", $debug_info = "")
{
parent::__construct($message);
$this->error_code = $error_code;
$this->debug_info = $debug_info;
}