Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 26 – 50 of 487) sorted by last modified time

12345678910>>...20

/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverSingleKeyAction.php44 throw new \InvalidArgumentException(
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverOptions.php8 use InvalidArgumentException; alias
43 throw new InvalidArgumentException('Cookie must be set from instance of Cookie class or from array.');
H A DCookie.php5 use InvalidArgumentException; alias
39 throw new InvalidArgumentException('Cookie name should be set');
42 throw new InvalidArgumentException('Cookie value should be set');
110 throw new InvalidArgumentException(sprintf('Cookie domain "%s" should not contain a port', $domain));
261 throw new InvalidArgumentException('Cookie name should be non-empty');
265 throw new InvalidArgumentException('Cookie name should not contain a ";"');
275 throw new InvalidArgumentException('Cookie value is required when setting a cookie');
/plugin/combo/ComboStrap/
H A DCron.php21 } catch (\InvalidArgumentException $e) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DToken.php12 use InvalidArgumentException; alias
127 * @throws InvalidArgumentException
140 throw new InvalidArgumentException();
/plugin/combo/vendor/composer/
H A DClassLoader.php163 * @throws \InvalidArgumentException
184 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
226 * @throws \InvalidArgumentException
235 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php191 throw new \InvalidArgumentException('Invalid state number.');
H A DATNConfigSet.php137 * @throws \InvalidArgumentException
142 throw new \InvalidArgumentException('This set is readonly.');
258 throw new \InvalidArgumentException('This set is readonly');
326 throw new \InvalidArgumentException('This method is not implemented for readonly sets.');
345 throw new \InvalidArgumentException('This set is readonly');
H A DATNDeserializationOptions.php54 throw new \InvalidArgumentException('The object is read only.');
68 throw new \InvalidArgumentException('The object is read only.');
H A DATNDeserializer.php196 throw new \InvalidArgumentException(\sprintf(
209 throw new \InvalidArgumentException(\sprintf(
680 throw new \InvalidArgumentException('IllegalState');
725 throw new \InvalidArgumentException($message);
812 throw new \InvalidArgumentException(\sprintf(
886 throw new \InvalidArgumentException(\sprintf(
925 throw new \InvalidArgumentException(\sprintf(
H A DATNSimulator.php83 * @throws \InvalidArgumentException If the current instance does not
88 throw new \InvalidArgumentException('This ATN simulator does not support clearing the DFA.');
/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/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php20 use InvalidArgumentException; alias
62 * @throws InvalidArgumentException when calling this method when enableDataVariables is not a boolean.
72 throw new InvalidArgumentException(
226 * @throws InvalidArgumentException in strict mode and variable not found
246 throw new InvalidArgumentException(
261 throw new InvalidArgumentException(
299 throw new InvalidArgumentException(
319 throw new InvalidArgumentException(
339 throw new InvalidArgumentException(
357 * @throws \InvalidArgumentException i
[all...]
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DCronExpressionTest.php8 use InvalidArgumentException; alias
47 } catch (InvalidArgumentException $e) {
86 * @expectedException InvalidArgumentException
96 * @expectedException InvalidArgumentException
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php127 throw new \InvalidArgumentException('Cannot consume EOF.');
H A DIntervalSet.php198 throw new \InvalidArgumentException('Can\'t alter readonly IntervalSet.');
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessFailedException.php28 throw new InvalidArgumentException('Expected a failed process, but the given process was successful.');
H A DInvalidArgumentException.php15 * InvalidArgumentException for the Process Component.
19 class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface class
/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/combo/vendor/symfony/yaml/
H A DInline.php383 } catch (\InvalidArgumentException $e) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DWebDriverException.php48 * @throws InvalidArgumentException
99 throw new InvalidArgumentException($message, $results);
H A DInvalidArgumentException.php8 class InvalidArgumentException extends WebDriverException class
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTargetLocator.php56 throw new \InvalidArgumentException(
120 throw new \InvalidArgumentException('Window type must by either "tab" or "window"');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php88 * @throws \InvalidArgumentException If this is not a precedence DFA.
93 throw new \InvalidArgumentException('Only precedence DFAs may contain a precedence start state.');
114 * @throws \InvalidArgumentException If this is not a precedence DFA.
119 throw new \InvalidArgumentException('Only precedence DFAs may contain a precedence start state.');
/plugin/combo/vendor/symfony/process/
H A DProcess.php14 use Symfony\Component\Process\Exception\InvalidArgumentException; alias
1019 * @throws InvalidArgumentException if the timeout is negative
1036 * @throws InvalidArgumentException if the timeout is negative
1402 * @throws InvalidArgumentException if the given timeout is a negative number
1411 throw new InvalidArgumentException('The timeout value must be a valid positive integer or float number.');
1638 throw new InvalidArgumentException(sprintf('Command line is missing a value for parameter "%s": ', $matches[1]).$commandline);

12345678910>>...20