Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 151 – 175 of 487) sorted by last modified time

12345678910>>...20

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php14 use InvalidArgumentException; alias
90 throw new InvalidArgumentException(
98 throw new InvalidArgumentException(
H A DRedisHandler.php48 throw new \InvalidArgumentException('Predis\Client or Redis instance required');
H A DStreamHandler.php78 throw new \InvalidArgumentException('A stream must either be a resource or a string.');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php17 use Psr\Log\InvalidArgumentException; alias
405 …throw new InvalidArgumentException('Level "'.$level.'" is not defined, use one of: '.implode(', ',…
435 …throw new InvalidArgumentException('Level "'.$level.'" is not defined, use one of: '.implode(', ',…
439 …throw new InvalidArgumentException('Level "'.var_export($level, true).'" is not defined, use one o…
496 throw new \InvalidArgumentException('$level is expected to be a string or int');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php111 throw new \InvalidArgumentException('$format contains an invalid character');
170 …throw new \InvalidArgumentException('There must be as many arguments as there are characters in th…
178 …throw new \InvalidArgumentException('Bytes must be represented as an integer between 0 and 255, in…
184 throw new \InvalidArgumentException('A boolean parameter was expected.');
190 throw new \InvalidArgumentException('An integer was expected.');
200 throw new \InvalidArgumentException('An integer was expected.');
206 throw new \InvalidArgumentException('A string was expected.');
212 …throw new \InvalidArgumentException('A phpseclib3\Math\BigInteger or phpseclib3\Math\Common\Finite…
219 throw new \InvalidArgumentException('An array was expected.');
225 throw new \InvalidArgumentException('$format contains an invalid character');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php300 throw new \InvalidArgumentException('Block ciphers cannot be ran in stream mode');
H A DEC.php427 throw new \InvalidArgumentException('setContext expects a string');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPuTTY.php109 throw new \InvalidArgumentException('PuTTY does not support multi-prime RSA keys');
H A DXML.php145 throw new \InvalidArgumentException('XML does not support multi-prime RSA keys');
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DMemoryCacheItemPool.php171 * @throws InvalidArgumentException
178 … throw new InvalidArgumentException('The provided key is not valid: ' . var_export($key, true));
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DIAMCredentials.php45 throw new \InvalidArgumentException(
50 throw new \InvalidArgumentException(
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DSimpleMiddleware.php47 throw new \InvalidArgumentException('requires a key to have been set');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php60 throw new \InvalidArgumentException('allow_redirects must be true, false, or array');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php66 throw new \InvalidArgumentException('Invalid whence');
H A DMessageTrait.php172 throw new \InvalidArgumentException('Header value can not be an empty array.');
196 throw new \InvalidArgumentException(sprintf(
219 throw new \InvalidArgumentException(sprintf(
226 throw new \InvalidArgumentException('Header name can not be empty.');
230 throw new \InvalidArgumentException(
267 throw new \InvalidArgumentException(sprintf('"%s" is not valid header value', $value));
H A DQuery.php88 throw new \InvalidArgumentException('Invalid type');
H A DRequest.php5 use InvalidArgumentException; alias
79 throw new InvalidArgumentException(
149 throw new \InvalidArgumentException('Method must be a non-empty string.');
H A DResponse.php145 throw new \InvalidArgumentException('Status code must be an integer value.');
152 … throw new \InvalidArgumentException('Status code must be an integer value between 1xx and 5xx.');
H A DStream.php50 throw new \InvalidArgumentException('Stream must be a resource');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php99 …throw new \InvalidArgumentException('The record should at least contain datetime, message and leve…
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php6 use InvalidArgumentException; alias
30 * @throws InvalidArgumentException Provided JWK Set is empty
45 throw new InvalidArgumentException('JWK Set did not contain any keys');
69 * @throws InvalidArgumentException Provided JWK is empty
78 throw new InvalidArgumentException('JWK must not be empty');
H A DJWT.php8 use InvalidArgumentException; alias
80 * @throws InvalidArgumentException Provided key/key-array was empty
99 throw new InvalidArgumentException('Key may not be empty');
233 throw new InvalidArgumentException('key must be a string when using hmac');
253 throw new InvalidArgumentException('key must be a string when using EdDSA');
309 throw new InvalidArgumentException('key must be a string when using EdDSA');
322 throw new InvalidArgumentException('key must be a string when using hmac');
385 * @throws InvalidArgumentException invalid base64 characters
H A DKey.php8 use InvalidArgumentException; alias
35 throw new InvalidArgumentException('Key material must not be empty');
39 throw new InvalidArgumentException('Algorithm must not be empty');
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php43 use InvalidArgumentException; alias
249 throw new InvalidArgumentException("Invalid code");
505 * @throws InvalidArgumentException
520 throw new InvalidArgumentException('invalid json token');
523 throw new InvalidArgumentException("Invalid token format");
984 throw new InvalidArgumentException(sprintf('file "%s" does not exist', $config));
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php23 use InvalidArgumentException; alias
72 * @throws InvalidArgumentException when the service doesn't exist
84 throw new InvalidArgumentException(
93 } catch (InvalidArgumentException $e) {
94 throw new InvalidArgumentException(

12345678910>>...20