Requests_Exception_HTTP::getReason()
Get the status message
Contents
Description Description
Source Source
File: wp-includes/Requests/Exception/HTTP.php
public function getReason() { return $this->reason; }
Expand full source code Collapse full source code View on Trac