Requests_Exception_Transport_cURL::getReason() public WP 1.0
Get the error message
{} It's a method of the class: Requests_Exception_Transport_cURL{}
No Hooks.
Return
Null. Nothing.
Usage
$Requests_Exception_Transport_cURL = new Requests_Exception_Transport_cURL(); $Requests_Exception_Transport_cURL->getReason();
Code of Requests_Exception_Transport_cURL::getReason() Requests Exception Transport cURL::getReason WP 5.6
public function getReason() {
return $this->reason;
}