Curl::getReason()
Get the error message.
Return
(string)
Source
File: wp-includes/Requests/src/Exception/Transport/Curl.php
public function getReason() {
return $this->reason;
}
Get the error message.
(string)
File: wp-includes/Requests/src/Exception/Transport/Curl.php
public function getReason() {
return $this->reason;
}