Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 51 – 75 of 487) sorted by path

12345678910>>...20

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php50 throw new \InvalidArgumentException('Stream must be a resource');
H A DStreamWrapper.php41 throw new \InvalidArgumentException('The stream must be readable, '
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/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/monolog/monolog/src/Monolog/Handler/
H A DAmqpHandler.php45 …throw new \InvalidArgumentException('PhpAmqpLib\Channel\AMQPChannel or AMQPExchange instance requi…
H A DElasticaHandler.php84 … throw new \InvalidArgumentException('ElasticaHandler is only compatible with ElasticaFormatter');
H A DElasticsearchHandler.php19 use InvalidArgumentException; alias
91 …throw new InvalidArgumentException('ElasticsearchHandler is only compatible with ElasticsearchForm…
H A DErrorLogHandler.php45 throw new \InvalidArgumentException($message);
H A DFlowdockHandler.php75 …throw new \InvalidArgumentException('The FlowdockHandler requires an instance of Monolog\Formatter…
86 …throw new \InvalidArgumentException('The FlowdockHandler must be configured (via setFormatter) wit…
H A DGroupHandler.php41 …throw new \InvalidArgumentException('The first argument of the GroupHandler must be an array of Ha…
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.…
H A DRedisHandler.php48 throw new \InvalidArgumentException('Predis\Client or Redis instance required');
H A DRedisPubSubHandler.php43 throw new \InvalidArgumentException('Predis\Client or Redis instance required');
H A DRotatingFileHandler.php14 use InvalidArgumentException; alias
90 throw new InvalidArgumentException(
98 throw new InvalidArgumentException(
H A DSocketHandler.php333 … throw new \InvalidArgumentException("Timeout must be 0 or a positive float (got $value)");
H A DSqsHandler.php49 …throw new \InvalidArgumentException('SqsHandler accepts only formatted records as a string' . Util…
H A DStreamHandler.php78 throw new \InvalidArgumentException('A stream must either be a resource or a string.');
H A DSwiftMailerHandler.php88 …throw new \InvalidArgumentException('Could not resolve message as instance of Swift_Message or a c…
/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/monolog/monolog/src/Monolog/Processor/
H A DUidProcessor.php29 … throw new \InvalidArgumentException('The uid length must be an integer between 1 and 32');

12345678910>>...20