Home
last modified time | relevance | path

Searched refs:Google_ServiceException (Results 1 – 2 of 2) sorted by relevance

/plugin/authgoogle/google/io/
H A DGoogle_REST.php31 * @throws Google_ServiceException on server side error (ie: not authenticated,
46 * @throws Google_ServiceException
66 throw new Google_ServiceException($err, $code, null, $decoded['error']['errors']);
73 throw new Google_ServiceException("Invalid json in service response: $body");
/plugin/authgoogle/google/
H A DGoogle_Client.php429 class Google_ServiceException extends Google_Exception { class