芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitioglobal.co/wp-includes/Requests/src/Exception/Transport/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; } }