Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/plugins/hikashoppayment/payplug2/lib/Payplug/Exception/HttpException.php
Назад
<?php namespace Payplug\Exception; class HttpException extends PayplugException { private $_httpResponse; public function __construct($message, $httpResponse = null, $code = 0) { $this->_httpResponse = $httpResponse; parent::__construct($message, $code); } public function __toString() { return parent::__toString() . "; HTTP Response: {$this->_httpResponse}"; } public function getHttpResponse() { return $this->_httpResponse; } public function getErrorObject() { return json_decode($this->_httpResponse, true); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.36 |
proxy
|
phpinfo
|
Настройка