Requests_Exception_Transport_cURL::getReason()
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 6.0
public function getReason() { return $this->reason; }