WpOrg\Requests\Exception\Transport

Curl::getReasonpublicWP 1.0

Get the error message.

Method of the class: Curl{}

No Hooks.

Returns

String.

Usage

$Curl = new Curl();
$Curl->getReason();

Curl::getReason() code WP 6.8.3

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