Searched refs:Google_IOException (Results 1 – 3 of 3) sorted by relevance
60 * @throws Google_IOException on curl or IO error115 throw new Google_IOException("HTTP Error: Unable to connect");
73 * @throws Google_IOException on curl or IO error123 throw new Google_IOException("HTTP Error: ($respHttpCode) $curlError");
428 class Google_IOException extends Google_Exception {} class