Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 26 – 50 of 487) sorted by path

12345678910>>...20

/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DSimpleMiddleware.php47 throw new \InvalidArgumentException('requires a key to have been set');
/plugin/authgooglesheets/vendor/google/auth/src/
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/guzzlehttp/guzzle/
H A DCHANGELOG.md47 * Improvement: Added `GuzzleHttp\Exception\InvalidArgumentException` [#2163](https://github.com/guz…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
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 DHandlerStack.php224 throw new \InvalidArgumentException("Middleware not found: $name");
H A DMiddleware.php31 …throw new \InvalidArgumentException('cookies must be an instance of GuzzleHttp\Cookie\CookieJarInt…
83 …throw new \InvalidArgumentException('history container must be an array or object implementing Arr…
H A DPool.php62 throw new \InvalidArgumentException('Each value yielded by '
H A DRedirectMiddleware.php60 throw new \InvalidArgumentException('allow_redirects must be true, false, or array');
H A DUtils.php4 use GuzzleHttp\Exception\InvalidArgumentException; alias
27 * @throws InvalidArgumentException
54 throw new InvalidArgumentException($errorMessage);
H A Dfunctions.php257 throw new \InvalidArgumentException('Empty host provided');
305 throw new Exception\InvalidArgumentException(
328 throw new Exception\InvalidArgumentException(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DInvalidArgumentException.php5 final class InvalidArgumentException extends \InvalidArgumentException implements GuzzleException class
/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');
H A DMockHandler.php79 throw new \InvalidArgumentException('on_headers must be callable');
142 throw new \InvalidArgumentException('Expected a response or '
H A DStreamHandler.php55 } catch (\InvalidArgumentException $e) {
283 throw new \InvalidArgumentException('on_headers must be callable');
297 throw new \InvalidArgumentException('stream_context must be an array');
311 …throw new \InvalidArgumentException('Microsoft NTLM authentication only supported with curl handle…
452 throw new \InvalidArgumentException('Invalid verify request option');
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DFulfilledPromise.php18 throw new \InvalidArgumentException(
H A DRejectedPromise.php18 throw new \InvalidArgumentException(
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php54 throw new \InvalidArgumentException('Each stream must be readable');
H A DCachingStream.php66 throw new \InvalidArgumentException('Invalid whence');
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 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 DMultipartStream.php86 throw new \InvalidArgumentException("A '{$key}' key is required");
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 DServerRequest.php5 use InvalidArgumentException; alias
85 * @throws InvalidArgumentException for unrecognized values
100 throw new InvalidArgumentException('Invalid value in files specification');

12345678910>>...20