Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 101 – 125 of 487) sorted by relevance

12345678910>>...20

/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/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php5 use InvalidArgumentException; alias
85 * @throws InvalidArgumentException for unrecognized values
100 throw new InvalidArgumentException('Invalid value in files specification');
/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(
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DLazyEventDispatcher.php7 use JMS\Serializer\Exception\InvalidArgumentException; alias
24 …throw new InvalidArgumentException(sprintf('The container must be an instance of %s or %s (%s give…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DTarget.php85 throw new \InvalidArgumentException(
95 throw new \InvalidArgumentException(
/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");
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/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php14 use Prophecy\Exception\InvalidArgumentException; alias
54 throw new InvalidArgumentException(sprintf(
66 throw new InvalidArgumentException(sprintf(
73 throw new InvalidArgumentException(sprintf(
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/
H A DEnumerator.php32 throw new InvalidArgumentException;
37 throw new InvalidArgumentException;
/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/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializationOptions.php54 throw new \InvalidArgumentException('The object is read only.');
68 throw new \InvalidArgumentException('The object is read only.');
/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/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php14 use Symfony\Component\Process\Exception\InvalidArgumentException; alias
93 * @throws InvalidArgumentException When an input iterator yields a non supported value
110 …throw new InvalidArgumentException(sprintf('"%s" yielded a value of type "%s", but only scalars an…
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php255 …throw new \InvalidArgumentException('"' . get_class($object) . '" is not a registered value object…
272 * @throws InvalidArgumentException
281 …throw new \InvalidArgumentException('\'' . $str . '\' is not a valid clark-notation formatted stri…
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php254 …throw new \InvalidArgumentException('"' . get_class($object) . '" is not a registered value object…
271 * @throws InvalidArgumentException
280 …throw new \InvalidArgumentException('\'' . $str . '\' is not a valid clark-notation formatted stri…
/plugin/davcal/vendor/sabre/xml/lib/
H A DWriter.php6 use InvalidArgumentException; alias
116 …throw new InvalidArgumentException('When passing an array to ->write with numeric indices, every i…
145 …throw new InvalidArgumentException('The writer cannot serialize objects of type: ' . get_class($va…
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php14 use Symfony\Component\Process\Exception\InvalidArgumentException; alias
91 * @throws InvalidArgumentException When an input iterator yields a non supported value
108 throw new InvalidArgumentException(sprintf('"%s" yielded a value of type "%s", but only scalars and stream resources are supported.', get_debug_type($this->input), get_debug_type($input)));
/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");
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DDisk.php19 use InvalidArgumentException; alias
37 * @throws \InvalidArgumentException
42 throw new InvalidArgumentException('Must specify disk cache path');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php308 …throw new \InvalidArgumentException('The value passed to $calendarId is expected to be an array wi…
357 …throw new \InvalidArgumentException('The value passed to $calendarId is expected to be an array wi…
431 …throw new \InvalidArgumentException('The value passed to $calendarId is expected to be an array wi…
473 …throw new \InvalidArgumentException('The value passed to $calendarId is expected to be an array wi…
510 …throw new \InvalidArgumentException('The value passed to $calendarId is expected to be an array wi…
564 …throw new \InvalidArgumentException('The value passed to $calendarId is expected to be an array wi…
610 …throw new \InvalidArgumentException('The value passed to $calendarId is expected to be an array wi…
723 …throw new \InvalidArgumentException('The value passed to $calendarId is expected to be an array wi…
789 …throw new \InvalidArgumentException('The value passed to $calendarId is expected to be an array wi…
968 …throw new \InvalidArgumentException('The value passed to $calendarId is expected to be an array wi…
[all …]
/plugin/slacknotifier/helper/
H A DPayload.php
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxOptions.php48 throw new \InvalidArgumentException('Use setPreference() method to set Firefox preferences');
51 throw new \InvalidArgumentException('Use addArguments() method to add Firefox arguments');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php14 use InvalidArgumentException; alias
90 throw new InvalidArgumentException(
98 throw new InvalidArgumentException(
/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(

12345678910>>...20