Home
last modified time | relevance | path

Searched refs:UnexpectedValueException (Results 1 – 25 of 72) sorted by path

123

/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DBeforeValidException.php5 class BeforeValidException extends \UnexpectedValueException
H A DExpiredException.php5 class ExpiredException extends \UnexpectedValueException
H A DJWK.php7 use UnexpectedValueException; alias
31 * @throws UnexpectedValueException Provided JWK Set was invalid
41 throw new UnexpectedValueException('"keys" member must exist in the JWK Set');
56 throw new UnexpectedValueException('No supported algorithms found in JWK Set');
70 * @throws UnexpectedValueException Provided JWK was invalid
82 throw new UnexpectedValueException('JWK must contain a "kty" parameter');
89 throw new UnexpectedValueException('JWK must contain an "alg" parameter');
95 throw new UnexpectedValueException('RSA private keys are not supported');
98 … throw new UnexpectedValueException('RSA keys must contain values for both "n" and "e"');
H A DJWT.php12 use UnexpectedValueException; alias
82 * @throws UnexpectedValueException Provided JWT was invalid
103 throw new UnexpectedValueException('Wrong number of segments');
108 throw new UnexpectedValueException('Invalid header encoding');
112 throw new UnexpectedValueException('Invalid claims encoding');
119 throw new UnexpectedValueException('Payload must be a JSON object');
123 throw new UnexpectedValueException('Empty algorithm');
126 throw new UnexpectedValueException('Algorithm not supported');
134 throw new UnexpectedValueException('Incorrect key for this algorithm');
416 * @throws UnexpectedValueException
[all …]
H A DSignatureInvalidException.php5 class SignatureInvalidException extends \UnexpectedValueException
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php792 * @throws UnexpectedValueException If the token is not a valid JWT.
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php39 use UnexpectedValueException; alias
H A DCredentialsLoader.php24 use UnexpectedValueException; alias
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountJwtAccessCredentials.php146 throw new \UnexpectedValueException(
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStreamDecoratorTrait.php37 throw new \UnexpectedValueException("$name not found on class");
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAbstractSyslogHandler.php93 throw new \UnexpectedValueException('Unknown facility value "'.$facility.'" given');
H A DBrowserConsoleHandler.php280 …throw new \UnexpectedValueException('Expected the first arg to be a string, got: '.var_export($met…
H A DBufferHandler.php153 …throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does…
165 …throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does…
H A DCubeHandler.php50 throw new \UnexpectedValueException('URL "'.$url.'" is not valid');
54 throw new \UnexpectedValueException(
H A DFilterHandler.php188 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
201 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
H A DFingersCrossedHandler.php237 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
250 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
H A DOverflowHandler.php135 …throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does…
147 …throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does…
H A DProcessHandler.php94 … throw new \UnexpectedValueException(sprintf('Errors while writing to process: %s', $errors));
132 throw new \UnexpectedValueException('Something went wrong while selecting a stream.');
138 throw new \UnexpectedValueException(
H A DSamplingHandler.php117 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
130 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
H A DSocketHandler.php376 …throw new \UnexpectedValueException("Failed connecting to $this->connectionString ($this->errno: $…
384 throw new \UnexpectedValueException("Failed setting timeout with stream_set_timeout()");
391 … throw new \UnexpectedValueException("Failed setting chunk size with stream_set_chunk_size()");
H A DStreamHandler.php146 …throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened in append…
216 …throw new \UnexpectedValueException(sprintf('There is no existing directory at "%s" and it could n…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DWebProcessor.php53 …throw new \UnexpectedValueException('$serverData must be an array or object implementing ArrayAcce…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php191 throw new \UnexpectedValueException('The nonce should be a string');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php74 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
149 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
158 throw new \UnexpectedValueException('Key appears to be malformed');
H A DPKCS1.php74 throw new \UnexpectedValueException('Unsupported block cipher mode of operation');
132 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
168 …throw new \UnexpectedValueException('Expected base64-encoded PEM format but was unable to decode b…

123