|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/nandedex/public_html/s.nandedexpress.com/ |
PK ��[*���u u Curl.phpnu �[��� <?php
/**
* CURL Transport Exception.
*
* @package Requests\Exceptions
*/
namespace WpOrg\Requests\Exception\Transport;
use WpOrg\Requests\Exception\Transport;
/**
* CURL Transport Exception.
*
* @package Requests\Exceptions
*/
final class Curl extends Transport {
const EASY = 'cURLEasy';
const MULTI = 'cURLMulti';
const SHARE = 'cURLShare';
/**
* cURL error code
*
* @var integer
*/
protected $code = -1;
/**
* Which type of cURL error
*
* EASY|MULTI|SHARE
*
* @var string
*/
protected $type = 'Unknown';
/**
* Clear text error message
*
* @var string
*/
protected $reason = 'Unknown';
/**
* Create a new exception.
*
* @param string $message Exception message.
* @param string $type Exception type.
* @param mixed $data Associated data, if applicable.
* @param int $code Exception numerical code, if applicable.
*/
public function __construct($message, $type, $data = null, $code = 0) {
if ($type !== null) {
$this->type = $type;
}
if ($code !== null) {
$this->code = (int) $code;
}
if ($message !== null) {
$this->reason = $message;
}
$message = sprintf('%d %s', $this->code, $this->reason);
parent::__construct($message, $this->type, $data, $this->code);
}
/**
* Get the error message.
*
* @return string
*/
public function getReason() {
return $this->reason;
}
}
PK ��[��ʰ � error_lognu �[��� [19-Jun-2025 01:02:52 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Transport" not found in /home/nandedex/public_html/wp-includes/Requests/src/Exception/Transport/Curl.php:17
Stack trace:
#0 {main}
thrown in /home/nandedex/public_html/wp-includes/Requests/src/Exception/Transport/Curl.php on line 17
[05-Dec-2025 22:37:47 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Transport" not found in /home/nandedex/public_html/wp-includes/Requests/src/Exception/Transport/Curl.php:17
Stack trace:
#0 {main}
thrown in /home/nandedex/public_html/wp-includes/Requests/src/Exception/Transport/Curl.php on line 17
[06-Dec-2025 23:39:47 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Transport" not found in /home/nandedex/public_html/wp-includes/Requests/src/Exception/Transport/Curl.php:17
Stack trace:
#0 {main}
thrown in /home/nandedex/public_html/wp-includes/Requests/src/Exception/Transport/Curl.php on line 17
[07-Dec-2025 00:51:23 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Transport" not found in /home/nandedex/public_html/wp-includes/Requests/src/Exception/Transport/Curl.php:17
Stack trace:
#0 {main}
thrown in /home/nandedex/public_html/wp-includes/Requests/src/Exception/Transport/Curl.php on line 17
[11-Dec-2025 12:05:49 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Transport" not found in /home/nandedex/public_html/wp-includes/Requests/src/Exception/Transport/Curl.php:17
Stack trace:
#0 {main}
thrown in /home/nandedex/public_html/wp-includes/Requests/src/Exception/Transport/Curl.php on line 17
[19-Dec-2025 14:02:19 UTC] PHP Fatal error: Uncaught Error: Class "WpOrg\Requests\Exception\Transport" not found in /home/nandedex/public_html/wp-includes/Requests/src/Exception/Transport/Curl.php:17
Stack trace:
#0 {main}
thrown in /home/nandedex/public_html/wp-includes/Requests/src/Exception/Transport/Curl.php on line 17
PK ��[*���u u Curl.phpnu �[��� PK ��[��ʰ � � error_lognu �[��� PK � �