Searched refs:Google_Exception (Results 1 – 6 of 6) sorted by relevance
115 throw new Google_Exception('Cant add services after having authenticated');425 class Google_Exception extends Exception {} class426 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 {
67 * @throws Google_Exception71 …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'");
104 * @throws Google_Exception Thrown if $obj isn't an array.111 throw new Google_Exception("Incorrect parameter type passed to $method(), expected an"
260 throw new Google_Exception("Failed to start the resumable upload");
32 * @throws Google_Exception36 throw new Google_Exception('Google API PHP client needs the openssl PHP extension');
53 class Google_Exception extends \Google\Exception {} class