Home
last modified time | relevance | path

Searched refs:Google_Exception (Results 1 – 6 of 6) sorted by relevance

/plugin/authgoogle/google/
H A DGoogle_Client.php115 throw new Google_Exception('Cant add services after having authenticated');
425 class Google_Exception extends Exception {} class
426 class Google_AuthException extends Google_Exception {}
427 class Google_CacheException extends Google_Exception {}
428 class Google_IOException extends Google_Exception {}
429 class Google_ServiceException extends Google_Exception {
/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php67 * @throws Google_Exception
71 …throw new Google_Exception("Unknown function: {$this->serviceName}->{$this->resourceName}->{$name}…
111 throw new Google_Exception("($name) unknown parameter: '$key'");
117 throw new Google_Exception("($name) missing required param: '$paramName'");
H A DGoogle_Model.php104 * @throws Google_Exception Thrown if $obj isn't an array.
111 throw new Google_Exception("Incorrect parameter type passed to $method(), expected an"
H A DGoogle_MediaFileUpload.php260 throw new Google_Exception("Failed to start the resumable upload");
/plugin/authgoogle/google/auth/
H A DGoogle_PemVerifier.php32 * @throws Google_Exception
36 throw new Google_Exception('Google API PHP client needs the openssl PHP extension');
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A Daliases.php53 class Google_Exception extends \Google\Exception {} class