Home
last modified time | relevance | path

Searched refs:curlErrorCode (Results 1 – 1 of 1) sorted by path

/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php44 protected $curlErrorCode = 0; variable in Facebook\\HttpClients\\FacebookCurlHttpClient
72 if ($curlErrorCode = $this->facebookCurl->errno()) {
73 throw new FacebookSDKException($this->facebookCurl->error(), $curlErrorCode);