Requests_Exception_Transport_cURL::getReason()

Get the error message


Source

File: wp-includes/Requests/Exception/Transport/cURL.php

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