Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DRunner.php20 use Google\Service\Exception as GoogleServiceException; alias
183 } catch (GoogleServiceException $exception) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php23 use Google\Service\Exception as GoogleServiceException; alias
128 throw new GoogleServiceException($body, $code, null, self::getResponseErrors($body));
H A DBatch.php22 use Google\Service\Exception as GoogleServiceException; alias
185 } catch (GoogleServiceException $e) {