Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php6 use DomainException; alias
81 * @throws DomainException Provided JWT is malformed
227 throw new DomainException('Algorithm not supported');
261 throw new DomainException($e->getMessage(), 0, $e);
265 throw new DomainException('Algorithm not supported');
288 throw new DomainException('Algorithm not supported');
301 throw new DomainException(
317 throw new DomainException($e->getMessage(), 0, $e);
336 * @throws DomainException Provided string was invalid JSON
472 * @throws DomainException
[all …]
H A DJWK.php5 use DomainException; alias
32 * @throws DomainException OpenSSL failure
71 * @throws DomainException OpenSSL failure
104 throw new DomainException(
/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php20 use DomainException; alias
88 * @throws DomainException if no implementation can be obtained.
118 * @throws DomainException if no implementation can be obtained.
149 * @throws DomainException if no implementation can be obtained.
189 throw new DomainException(self::notFound());
211 * @throws DomainException if no implementation can be obtained.
238 * @throws DomainException if no implementation can be obtained.
262 * @throws DomainException if no implementation can be obtained.
303 throw new DomainException(self::notFound());
H A DOAuth2.php410 throw new \DomainException('No audience found the id token');
413 throw new \DomainException('Wrong audience present in the id token');
428 throw new \DomainException('No signing key available');
431 throw new \DomainException('No signing algorithm specified');
446 throw new \DomainException($k . ' should not be null');
458 throw new \DomainException('one of scope or aud should not be null');
483 throw new \DomainException('No token credential URI was set.');
510 throw new \DomainException('Missing authorization code');
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php33 use DomainException; alias
133 } catch (DomainException $e) {
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php42 use DomainException; alias
286 throw new DomainException(
1256 throw new DomainException('domain-wide authority requires service account credentials');