Requests_Exception_Transport_cURL::getReason()

最后更新于:2021-11-26 02:53:19

Requests_Exception_Transport_cURL::getReason()

Get the error message

源文件

文件: gc-includes/Requests/Exception/Transport/cURL.php

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