Requests_Exception_HTTP::getReason

Advertisement

Summery Summery

Get the status message

Syntax Syntax

Requests_Exception_HTTP::getReason()

Source Source

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

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

Advertisement

Advertisement

Leave a Reply