Home
last modified time | relevance | path

Searched refs:Google_IOException (Results 1 – 3 of 3) sorted by relevance

/plugin/authgoogle/google/io/
H A DGoogle_HttpStreamIO.php60 * @throws Google_IOException on curl or IO error
115 throw new Google_IOException("HTTP Error: Unable to connect");
H A DGoogle_CurlIO.php73 * @throws Google_IOException on curl or IO error
123 throw new Google_IOException("HTTP Error: ($respHttpCode) $curlError");
/plugin/authgoogle/google/
H A DGoogle_Client.php428 class Google_IOException extends Google_Exception {} class