Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 101 – 125 of 487) sorted by last modified time

12345678910>>...20

/plugin/elasticsearch/vendor/nyholm/dsn/src/Exception/
H A DInvalidArgumentException.php8 * Base InvalidArgumentException.
10 class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface class
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/
H A DInvalidArgumentException.php21 class InvalidArgumentException extends \InvalidArgumentException implements ElasticsearchException class
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Monitoring/
H A DBulk.php19 use Elasticsearch\Common\Exceptions\InvalidArgumentException; alias
81 throw new InvalidArgumentException("Body must be an array, traversable object or string");
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DMsearch.php19 use Elasticsearch\Common\Exceptions\InvalidArgumentException; alias
89 throw new InvalidArgumentException("Body must be an array, traversable object or string");
H A DMsearchTemplate.php19 use Elasticsearch\Common\Exceptions\InvalidArgumentException; alias
87 throw new InvalidArgumentException("Body must be an array, traversable object or string");
/plugin/elasticsearch/vendor/react/promise/src/
H A DRejectedPromise.php15 throw new \InvalidArgumentException('You cannot create React\Promise\RejectedPromise with a promise. Use React\Promise\reject($promiseOrValue) instead.');
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php195 throw new \InvalidArgumentException('Data should be a Document, a Script or an array containing Documents and/or Scripts');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DInvalidException.php10 class InvalidException extends \InvalidArgumentException implements ExceptionInterface
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAsyncReadStream.php65 * @throws \InvalidArgumentException if the buffer is not readable and
73 throw new \InvalidArgumentException(
86 throw new \InvalidArgumentException(
H A DGuzzleStreamWrapper.php24 * @throws \InvalidArgumentException if stream is not readable or writable
35 throw new \InvalidArgumentException('The stream must be readable, '
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAsyncReadStreamTest.php8 use InvalidArgumentException; alias
16 $this->expectException(InvalidArgumentException::class);
26 $this->expectException(InvalidArgumentException::class);
46 $this->expectException(InvalidArgumentException::class);
53 $this->expectException(InvalidArgumentException::class);
H A DGuzzleStreamWrapperTest.php6 use InvalidArgumentException; alias
64 $this->expectException(InvalidArgumentException::class);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DPostData.php20 use Elasticsearch\Common\Exceptions\InvalidArgumentException; alias
79 throw new InvalidArgumentException("Body must be an array, traversable object or string");
H A DFindFileStructure.php19 use Elasticsearch\Common\Exceptions\InvalidArgumentException; alias
85 throw new InvalidArgumentException("Body must be an array, traversable object or string");
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DIndentedCodeRenderer.php
H A DThematicBreakRenderer.php
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DCurlClient.php76 throw new \InvalidArgumentException('No body expected for "GET" request.');
H A DStreamClient.php39 throw new \InvalidArgumentException('No body expected for "GET" request.');
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php5 use InvalidArgumentException; alias
82 throw new InvalidArgumentException("Invalid URI: $uri");
86 throw new InvalidArgumentException('Invalid URI: http|https scheme required');
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php54 throw new \InvalidArgumentException('Only one value allowed');
307 } catch (\InvalidArgumentException $e) {
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php5 use InvalidArgumentException; alias
108 …throw new InvalidArgumentException('The UID argument is required when a VCALENDAR is passed to thi…
111 throw new InvalidArgumentException('No events found in this calendar');
142 … throw new InvalidArgumentException('This VCALENDAR did not have an event with UID: ' . $uid);
H A DRDateIterator.php6 use InvalidArgumentException; alias
H A DRRuleIterator.php6 use InvalidArgumentException; alias
635 … throw new InvalidArgumentException('Unknown value for FREQ=' . strtoupper($value));
662 … throw new \InvalidArgumentException(strtoupper($key) . ' in RRULE must be a positive integer!');
684 … throw new \InvalidArgumentException('Invalid part in BYDAY clause: ' . $part);
715 throw new \InvalidArgumentException('Not supported: ' . strtoupper($key));
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php58 … throw new \InvalidArgumentException('The objectData argument must contain an \'uri\' property');
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php5 use InvalidArgumentException; alias
45 …throw new InvalidArgumentException('The first argument for this constructor should be a string or …

12345678910>>...20