Server: appserver-7f0f8755-nginx-15961cad18524ec5a9db05f2a6a7e440
Current directory: /code/wp-includes/Requests/src/Exception/Transport
Software: nginx/1.27.5
Shell Command
Create a new file
Upload file
File: Curl.php
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; } }
.
1 Items
Change directory
Remove directory
Rename directory
..
6 Items
Change directory
Remove directory
Rename directory
Curl.php
1.36 KB
Edit
Delete
Copy
Move
Remame