Home
last modified time | relevance | path

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

12345678910>>...20

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
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.');
H A DPredictionMode.php513 throw new \InvalidArgumentException('Unsupported value.');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php127 throw new \InvalidArgumentException('Cannot consume EOF.');
H A DInputStream.php51 throw new \InvalidArgumentException(\sprintf('File not found at %s.', $path));
H A DIntervalSet.php198 throw new \InvalidArgumentException('Can\'t alter readonly IntervalSet.');
H A DRecognizer.php119 throw new \InvalidArgumentException('there is no serialized ATN');
/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/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DSingletonPredictionContext.php49 throw new \InvalidArgumentException('Singleton prediction context has only one parent.');
58 throw new \InvalidArgumentException('Singleton prediction context has only one parent.');
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php14 use InvalidArgumentException; alias
75 * @throws InvalidArgumentException
80 throw new InvalidArgumentException(
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php12 use InvalidArgumentException; alias
124 * @throws InvalidArgumentException
133 throw new InvalidArgumentException(
138 throw new InvalidArgumentException(
/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/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php9 use InvalidArgumentException; alias
99 } catch (InvalidArgumentException $e) {
124 * @throws \InvalidArgumentException if not a valid CRON expression
130 throw new InvalidArgumentException(
149 * @throws \InvalidArgumentException if the value is not valid for the part
154 throw new InvalidArgumentException(
H A DDayOfWeekField.php6 use InvalidArgumentException; alias
63 throw new InvalidArgumentException("Weekday must be a value between 0 and 7. {$weekday} given");
66 throw new InvalidArgumentException('There are never more than 5 of a given weekday in a month');
H A DFieldFactory.php5 use InvalidArgumentException; alias
24 * @throws InvalidArgumentException if a position is not valid
49 throw new InvalidArgumentException(
/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/php-webdriver/webdriver/lib/
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');
H A DWebDriverExpectedCondition.php529 throw new \InvalidArgumentException('Instance of either WebDriverElement or WebDriverBy must be given');
/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DInvalidArgumentException.php8 class InvalidArgumentException extends WebDriverException class
H A DWebDriverException.php48 * @throws InvalidArgumentException
99 throw new InvalidArgumentException($message, $results);
/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/combo/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverSingleKeyAction.php44 throw new \InvalidArgumentException(
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php9 use InvalidArgumentException; alias
404 throw new InvalidArgumentException($command->getName() . ' is not a valid command.');
H A DRemoteTargetLocator.php56 throw new \InvalidArgumentException(
120 throw new \InvalidArgumentException('Window type must by either "tab" or "window"');

12345678910>>...20