Файловый менеджер - Редактировать - /var/www/axolotl/data/www/axolotls.ru/www/bitrix/modules/pull/lib/error.php
Назад
<?php namespace Bitrix\Pull; class Error { public $method = ''; public $code = ''; public $msg = ''; public $params = Array(); public $error = false; public function __construct($method, $code, $msg, $params = Array()) { if ($method != null) { $this->method = $method; $this->code = $code; if(is_array($msg)) $this->msg = implode("; ", $msg); else $this->msg = $msg; $this->params = $params; $this->error = true; } } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.8 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка