Requests_Exception_HTTP::getReason()

Get the status message


Source

File: wp-includes/Requests/Exception/HTTP.php

	public function getReason() {
		return $this->reason;
	}