Searched refs:Google_ServiceException (Results 1 – 2 of 2) sorted by relevance
31 * @throws Google_ServiceException on server side error (ie: not authenticated,46 * @throws Google_ServiceException66 throw new Google_ServiceException($err, $code, null, $decoded['error']['errors']);73 throw new Google_ServiceException("Invalid json in service response: $body");
429 class Google_ServiceException extends Google_Exception { class