Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay/vendor/omnipay/tpay/src/_class_tpay/Utilities/TException.php
Ðазад
<?php /* * Created by tpay.com */ namespace Omnipay\Tpay\_class_tpay\Utilities; use Exception; /** * Class TException * * @package tpay */ class TException extends Exception { /** * @param string $message error message * @param int $code error code */ public function __construct($message, $code = 0) { $message .= ' in file ' . $this->getFile() . ' line: ' . $this->getLine(); Util::log('TException', $message . "\n\n" . $this->getTraceAsString()); $this->message = $code . ' : ' . $message; return $code . ' : ' . $message; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка