Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 76 – 100 of 487) sorted by last modified time

12345678910>>...20

/plugin/statdisplay/pchart/
H A DGridStyle.php31 throw new InvalidArgumentException("Bad alpha argument specified to ".__METHOD__);
H A DpData.php53 throw new InvalidArgumentException("Can't pass an array to addPoint()");
H A DDataDescription.php27 throw new InvalidArgumentException("Non-string argument passed to setPosition");
39 …throw new InvalidArgumentException("Non-string argument passed to DataDescription::setXAxisName()"…
51 …throw new InvalidArgumentException("Non-string argument passed to DataDescription::setYAxisName()"…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/TextStructure/
H A DFindStructure.php19 use Elasticsearch\Common\Exceptions\InvalidArgumentException; alias
85 throw new InvalidArgumentException("Body must be an array, traversable object or string");
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php817 throw new \InvalidArgumentException('Data should be a Document or Script');
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php47 * @throws \InvalidArgumentException if the stream is not readable
52 throw new \InvalidArgumentException('Each stream must be readable');
H A DStream.php43 * @throws \InvalidArgumentException if the $resource arg is not valid.
85 throw new \InvalidArgumentException('Invalid resource type: ' . $type);
100 * @throws \InvalidArgumentException if the stream is not a stream resource
105 throw new \InvalidArgumentException('Stream must be a resource');
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamTest.php5 use InvalidArgumentException; alias
15 $this->expectException(InvalidArgumentException::class);
211 $this->expectException(InvalidArgumentException::class);
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DPath.php7 use Nyholm\Dsn\Exception\InvalidArgumentException; alias
47 throw new InvalidArgumentException('A Path must have a schema');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md7 exception is thrown. Previously it was a `Elasticsearch\Common\Exceptions\RuntimeException\InvalidArgumentException`.
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DAbstractDocument.php59 * @throws \InvalidArgumentException
70 throw new \InvalidArgumentException('Data should be a Document or a Script.');
125 throw new \InvalidArgumentException('The data needs to be a Document or a Script.');
137 throw new \InvalidArgumentException('Scripts can only be used with the update operation type.');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DBulk.php19 use Elasticsearch\Common\Exceptions\InvalidArgumentException; alias
92 throw new InvalidArgumentException("Body must be an array, traversable object or string");
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php289 throw new \InvalidArgumentException('Invalid request body provided');
372 throw new \InvalidArgumentException(
416 throw new \InvalidArgumentException('save_to must be a '
459 throw new \InvalidArgumentException(
475 throw new \InvalidArgumentException(
486 throw new \InvalidArgumentException(
H A DMockHandler.php44 throw new \InvalidArgumentException(
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php190 * @throws \InvalidArgumentException if no Host header is present.
204 throw new \InvalidArgumentException('No Host header was provided');
224 * @throws \InvalidArgumentException if a request body is invalid.
248 throw new \InvalidArgumentException('Invalid request body: '
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php20 use Elasticsearch\Common\Exceptions\InvalidArgumentException; alias
H A DClientBuilder.php21 use Elasticsearch\Common\Exceptions\InvalidArgumentException; alias
290 * @throws \InvalidArgumentException
300 throw new InvalidArgumentException("Serializer must be a class path or instantiated object extending AbstractConnectionPool");
749 throw new InvalidArgumentException("Serializer must be a class path or instantiated object implementing $interface");
802 * @throws InvalidArgumentException
809 throw new InvalidArgumentException(sprintf('Could not parse URI: "%s"', $host));
/plugin/elasticsearch/vendor/nyholm/dsn/src/Exception/
H A DInvalidDsnException.php12 class InvalidDsnException extends InvalidArgumentException
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Serializer/
H A DJsonErrorException.php59 throw new \InvalidArgumentException(sprintf('Encountered unknown JSON error code: [%d]', $code));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DAbstractConnectionPool.php21 use Elasticsearch\Common\Exceptions\InvalidArgumentException; alias
72 throw new InvalidArgumentException('`' . $param . '` parameter must not be null');
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguage.php36 throw new \InvalidArgumentException('Provided directory could not be found or is not readable');
H A DTrainer.php31 throw new \InvalidArgumentException('Provided directory could not be found or is not readable');
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DInvalidArgumentException.php5 class InvalidArgumentException extends \InvalidArgumentException class
/plugin/elasticsearch/vendor/react/promise/src/
H A DFulfilledPromise.php15 throw new \InvalidArgumentException('You cannot create React\Promise\FulfilledPromise with a promise. Use React\Promise\resolve($promiseOrValue) instead.');
/plugin/elasticsearch/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.");

12345678910>>...20