Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 201 – 225 of 487) sorted by last modified time

12345678910>>...20

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php257 throw new \InvalidArgumentException('Empty host provided');
305 throw new Exception\InvalidArgumentException(
328 throw new Exception\InvalidArgumentException(
H A DClient.php67 throw new \InvalidArgumentException('handler must be a callable');
87 …throw new \InvalidArgumentException('Magic request methods require a URI and optional options arra…
305 throw new \InvalidArgumentException('headers must be an array');
378 throw new \InvalidArgumentException('You cannot use '
448 throw new \InvalidArgumentException('query must be a string or array');
458 throw new \InvalidArgumentException('sink must not be a boolean');
495 throw new \InvalidArgumentException('Passing in the "body" request '
H A DPool.php62 throw new \InvalidArgumentException('Each value yielded by '
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DRejectedPromise.php18 throw new \InvalidArgumentException(
H A DFulfilledPromise.php18 throw new \InvalidArgumentException(
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php54 throw new \InvalidArgumentException('Each stream must be readable');
H A DStreamWrapper.php41 throw new \InvalidArgumentException('The stream must be readable, '
H A DMessage.php32 throw new \InvalidArgumentException('Unknown message type');
121 throw new \InvalidArgumentException('Invalid message');
129 throw new \InvalidArgumentException('Invalid message: Missing header delimiter');
137 throw new \InvalidArgumentException('Invalid message: Missing status line');
154 throw new \InvalidArgumentException('Invalid header syntax: Obsolete line folding');
157 throw new \InvalidArgumentException('Invalid header syntax');
210 throw new \InvalidArgumentException('Invalid request string');
240 throw new \InvalidArgumentException('Invalid response string: ' . $data['start-line']);
H A DMultipartStream.php86 throw new \InvalidArgumentException("A '{$key}' key is required");
H A DServerRequest.php5 use InvalidArgumentException; alias
85 * @throws InvalidArgumentException for unrecognized values
100 throw new InvalidArgumentException('Invalid value in files specification');
H A DUploadedFile.php5 use InvalidArgumentException; alias
90 * @throws InvalidArgumentException
101 throw new InvalidArgumentException(
110 * @throws InvalidArgumentException
115 throw new InvalidArgumentException(
121 throw new InvalidArgumentException(
132 * @throws InvalidArgumentException
137 throw new InvalidArgumentException(
168 * @throws InvalidArgumentException
173 throw new InvalidArgumentException(
[all …]
H A DUri.php72 throw new \InvalidArgumentException("Unable to parse URI: $uri");
625 throw new \InvalidArgumentException('Scheme must be a string');
641 throw new \InvalidArgumentException('User info must be a string');
661 throw new \InvalidArgumentException('Host must be a string');
682 throw new \InvalidArgumentException(
750 throw new \InvalidArgumentException('Path must be a string');
772 throw new \InvalidArgumentException('Query and fragment must be a string');
795 …throw new \InvalidArgumentException('The path of a URI without an authority must not start with tw…
798 …throw new \InvalidArgumentException('A relative URI must not have a path beginning with a segment …
H A DUtils.php352 throw new \InvalidArgumentException('Invalid resource type: ' . gettype($resource));
426 throw new \InvalidArgumentException('URI must be a string or UriInterface');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DMSBLOB.php203 throw new \InvalidArgumentException('MSBLOB does not support multi-prime RSA keys');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php99 throw new \InvalidArgumentException("$main is not a valid engine");
/plugin/authgooglesheets/vendor/google/auth/src/
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');
H A DOAuth2.php27 use InvalidArgumentException; alias
668 * @throws InvalidArgumentException
673 throw new InvalidArgumentException(
689 throw new InvalidArgumentException(
697 throw new InvalidArgumentException(
711 throw new InvalidArgumentException(
793 throw new InvalidArgumentException(
821 * @throws InvalidArgumentException
840 throw new InvalidArgumentException(
883 * @throws InvalidArgumentException
[all …]
/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
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md47 * Improvement: Added `GuzzleHttp\Exception\InvalidArgumentException` [#2163](https://github.com/guz…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php352 throw new \InvalidArgumentException(
449 throw new \InvalidArgumentException(
468 throw new \InvalidArgumentException(
478 throw new \InvalidArgumentException(
551 throw new \InvalidArgumentException('on_headers must be callable');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAmqpHandler.php45 …throw new \InvalidArgumentException('PhpAmqpLib\Channel\AMQPChannel or AMQPExchange instance requi…
H A DMandrillHandler.php44 …throw new \InvalidArgumentException('You must provide either a Swift_Message instance or a callabl…
H A DMongoDBHandler.php53 … throw new \InvalidArgumentException('MongoDB\Client or MongoDB\Driver\Manager instance required');
H A DNativeMailerHandler.php91 …throw new \InvalidArgumentException('Headers can not contain newline characters for security reaso…
156 …throw new \InvalidArgumentException('The content type can not contain newline characters to preven…
167 …throw new \InvalidArgumentException('The encoding can not contain newline characters to prevent em…
H A DProcessHandler.php69 throw new \InvalidArgumentException('The command argument must be a non-empty string.');
72 …throw new \InvalidArgumentException('The optional CWD argument must be a non-empty string or null.…

12345678910>>...20