Requests_Exception_Transport_cURL::getReason() WordPress Method
This method is used to get the reason for the exception. The reason is returned as a string.
Requests_Exception_Transport_cURL::getReason() #
Get the error message
Contents
Source
File: wp-includes/Requests/Exception/Transport/cURL.php
public function getReason() { return $this->reason; }
Expand full source codeCollapse full source codeView on TracView on GitHub