Requests_Exception_HTTP::getReason()

Get the status message


Description Description


Source Source

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

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.