Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 1 – 25 of 487) sorted by path

12345678910>>...20

/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php440 * @throws InvalidArgumentException
445 throw new InvalidArgumentException("SAML Response must contain 1 Assertion.");
/plugin/aichat/vendor/composer/
H A DClassLoader.php226 * @throws \InvalidArgumentException
250 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
294 * @throws \InvalidArgumentException
305 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
/plugin/authfacebook/lib/
H A DFacebook.php263 …throw new \InvalidArgumentException('The default access token must be of type "string" or Facebook…
H A DFacebookBatchRequest.php86 …throw new \InvalidArgumentException('Argument for add() must be of type array or FacebookRequest.'…
/plugin/authfacebook/lib/HttpClients/
H A DHttpClientsFactory.php27 use InvalidArgumentException; alias
43 …* @throws InvalidArgumentException If the http client handler isn't "curl", "stream", "guzzle", or…
79 …throw new InvalidArgumentException('The http client handler must be set to "curl", "stream", "guzz…
/plugin/authfacebook/lib/PersistentData/
H A DPersistentDataFactory.php26 use InvalidArgumentException; alias
40 …* @throws InvalidArgumentException If the persistent data handler isn't "session", "memory", or an…
63 …throw new InvalidArgumentException('The persistent data handler must be set to "session", "memory"…
/plugin/authfacebook/lib/PseudoRandomString/
H A DPseudoRandomStringGeneratorFactory.php27 use InvalidArgumentException; alias
41 …* @throws InvalidArgumentException If the pseudo random string generator must be set to "random_by…
68 …throw new InvalidArgumentException('The pseudo random string generator must be set to "random_byte…
H A DPseudoRandomStringGeneratorTrait.php38 …throw new \InvalidArgumentException('getPseudoRandomString() expects an integer for the string len…
42 … throw new \InvalidArgumentException('getPseudoRandomString() expects a length greater than 1');
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php184 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…
235 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…
/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/AccessToken/
H A DVerify.php26 use InvalidArgumentException; alias
206 throw new InvalidArgumentException(
/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(
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php30 use InvalidArgumentException; alias
325 * @throws InvalidArgumentException If received certs are in an invalid format.
341 throw new InvalidArgumentException(
345 throw new InvalidArgumentException(
367 * @throws InvalidArgumentException If certs could not be retrieved from a local file.
375 throw new InvalidArgumentException(sprintf(
H A DApplicationDefaultCredentials.php30 use InvalidArgumentException; alias
263 * @throws InvalidArgumentException if JSON "type" key is invalid
286 throw new \InvalidArgumentException('json key is missing the type field');
290 … throw new InvalidArgumentException('ID tokens are not supported for end user credentials');
294 throw new InvalidArgumentException('invalid value in the type field');
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DInvalidArgumentException.php20 use Psr\Cache\InvalidArgumentException as PsrInvalidArgumentException;
22 class InvalidArgumentException extends \InvalidArgumentException implements PsrInvalidArgumentExcep… class
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 DGCECredentials.php32 use InvalidArgumentException; alias
189 throw new InvalidArgumentException(
H A DIAMCredentials.php45 throw new \InvalidArgumentException(
50 throw new \InvalidArgumentException(
H A DServiceAccountCredentials.php26 use InvalidArgumentException; alias
121 throw new \InvalidArgumentException('file does not exist');
129 throw new \InvalidArgumentException(
134 throw new \InvalidArgumentException(
142 throw new InvalidArgumentException(
H A DServiceAccountJwtAccessCredentials.php74 throw new \InvalidArgumentException('file does not exist');
82 throw new \InvalidArgumentException(
87 throw new \InvalidArgumentException(
H A DUserRefreshCredentials.php65 throw new \InvalidArgumentException('file does not exist');
73 throw new \InvalidArgumentException(
78 throw new \InvalidArgumentException(
83 throw new \InvalidArgumentException(
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DScopedAccessTokenMiddleware.php68 throw new \InvalidArgumentException(

12345678910>>...20