Home
last modified time | relevance | path

Searched refs:GoogleException (Results 1 – 6 of 6) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php31 use Google\Exception as GoogleException; alias
158 throw new GoogleException(
172 throw new GoogleException(
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php22 use Google\Exception as GoogleException; alias
335 throw new GoogleException($error);
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php20 use Google\Exception as GoogleException; alias
250 throw new GoogleException(
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DException.php20 use Google\Exception as GoogleException; alias
22 class Exception extends GoogleException
H A DResource.php22 use Google\Exception as GoogleException; alias
98 throw new GoogleException(
153 throw new GoogleException("($name) unknown parameter: '$key'");
171 throw new GoogleException("($name) missing required param: '$paramName'");
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DException.php20 use Google\Exception as GoogleException; alias
22 class Exception extends GoogleException