Requests_Exception_HTTP::getReason()
Get the status message
Source
File: wp-includes/Requests/Exception/HTTP.php
public function getReason() {
return $this->reason;
}
Get the status message
File: wp-includes/Requests/Exception/HTTP.php
public function getReason() {
return $this->reason;
}