File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/bitrixcloud/classes/general/exception.php
Back
<?php class CBitrixCloudException extends Exception { protected $error_code = ''; protected $debug_info = ''; public function __construct($message = '', $error_code = '', $debug_info = '') { parent::__construct($message); $this->error_code = $error_code; $this->debug_info = $debug_info; } final public function getErrorCode() { return $this->error_code; } final public function getDebugInfo() { return $this->debug_info; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.24 |
proxy
|
phpinfo
|
Settings