??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/monicslandscape.co.uk/wp-includes/Requests/src/Exception.php
⬅ Kembali
<?php
/**
* Exception for HTTP requests
*
* @package Requests\Exceptions
*/
namespace WpOrg\Requests;
use Exception as PHPException;
/**
* Exception for HTTP requests
*
* @package Requests\Exceptions
*/
class Exception extends PHPException {
/**
* Type of exception
*
* @var string
*/
protected $type;
/**
* Data associated with the exception
*
* @var mixed
*/
protected $data;
/**
* Create a new exception
*
* @param string $message Exception message
* @param string $type Exception type
* @param mixed $data Associated data
* @param integer $code Exception numerical code, if applicable
*/
public function __construct($message, $type, $data = null, $code = 0) {
parent::__construct($message, $code);
$this->type = $type;
$this->data = $data;
}
/**
* Like {@see \Exception::getCode()}, but a string code.
*
* @codeCoverageIgnore
* @return string
*/
public function getType() {
return $this->type;
}
/**
* Gives any relevant data
*
* @codeCoverageIgnore
* @return mixed
*/
public function getData() {
return $this->data;
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
📁 Auth
dir
—
2026-05-28 06:14
📁 Cookie
dir
—
2026-05-28 06:14
📁 Exception
dir
—
2026-05-28 06:14
📁 Proxy
dir
—
2026-05-28 06:14
📁 Response
dir
—
2026-05-28 06:14
📁 Transport
dir
—
2026-05-28 06:14
📁 Utility
dir
—
2026-05-28 06:14
📄 .htaccess
htaccess
420 B
2026-05-28 06:14
🐘 Auth.php
php
860 B
2022-12-15 21:32
🐘 Autoload.php
php
9.1 KB
2023-04-05 13:12
🐘 Capability.php
php
652 B
2023-04-05 13:12
🐘 Cookie.php
php
15 KB
2024-03-25 12:23
🐘 Exception.php
php
1.1 KB
2022-12-15 21:32
🐘 HookManager.php
php
709 B
2022-12-15 21:32
🐘 Hooks.php
php
3 KB
2023-10-12 12:34
🐘 IdnaEncoder.php
php
12.2 KB
2026-05-21 21:11
🐘 Ipv6.php
php
5.5 KB
2026-05-21 21:11
🐘 Iri.php
php
29 KB
2026-05-21 21:11
🐘 Port.php
php
1.5 KB
2022-12-15 21:32
🐘 Proxy.php
php
867 B
2022-12-15 21:32
🐘 Requests.php
php
33.2 KB
2026-05-21 21:11
🐘 Response.php
php
4.2 KB
2023-04-05 13:12
🐘 Session.php
php
8.9 KB
2023-10-12 12:34
🐘 Ssl.php
php
5.3 KB
2022-12-15 21:32
🐘 Transport.php
php
1.5 KB
2022-12-15 21:32
📄 error_log
file
1.2 KB
2026-03-19 21:35