Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
DJWT.php6 use DomainException; alias
81 * @throws DomainException Provided JWT is malformed
219 * @throws DomainException Unsupported algorithm or bad key was specified
227 throw new DomainException('Algorithm not supported');
240 throw new DomainException("OpenSSL unable to sign data");
250 throw new DomainException('libsodium is not available');
261 throw new DomainException($e->getMessage(), 0, $e);
265 throw new DomainException('Algorithm not supported');
279 * @throws DomainException Invalid Algorithm, bad key, or OpenSSL failure
288 throw new DomainException('Algorithm not supported');
[all …]
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/
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());
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/
DVerify.php33 use DomainException; alias
133 } catch (DomainException $e) {
/plugin/authgooglesheets/vendor/google/apiclient/src/
DClient.php42 use DomainException; alias
286 throw new DomainException(
1256 throw new DomainException('domain-wide authority requires service account credentials');