Http::getReason()

Get the status message.


Return

(string)


Source

File: wp-includes/Requests/src/Exception/Http.php

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