Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 1 – 25 of 49) sorted by relevance

12

/template/strap/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 bool…
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(
378 throw new InvalidArgumentException('can not find variable in context');
H A DHandlebars.php20 use InvalidArgumentException; alias
131 throw new InvalidArgumentException(
153 throw new InvalidArgumentException(
351 throw new InvalidArgumentException(
H A DHelpers.php24 use InvalidArgumentException; alias
72 throw new InvalidArgumentException(
94 throw new InvalidArgumentException("$name Helper is not a callable.");
122 throw new InvalidArgumentException('Unknown helper :' . $name);
175 throw new InvalidArgumentException('Unknown helper: ' . $name);
/template/strap/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 DWebDriverOptions.php8 use InvalidArgumentException; alias
43 …throw new InvalidArgumentException('Cookie must be set from instance of Cookie class or from array…
/template/strap/vendor/dragonmantank/cron-expression/src/Cron/
H A DFieldFactory.php5 use InvalidArgumentException; alias
24 * @throws InvalidArgumentException if a position is not valid
49 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 DCronExpression.php9 use InvalidArgumentException; alias
99 } catch (InvalidArgumentException $e) {
130 throw new InvalidArgumentException(
154 throw new InvalidArgumentException(
/template/strap/vendor/symfony/process/
H A DProcessUtils.php14 use Symfony\Component\Process\Exception\InvalidArgumentException; alias
40 * @throws InvalidArgumentException In case the input is not valid
64 …throw new InvalidArgumentException(sprintf('"%s" only accepts strings, Traversable objects or stre…
/template/strap/vendor/symfony/process/Exception/
H A DInvalidArgumentException.php19 class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface class
H A DProcessFailedException.php28 …throw new InvalidArgumentException('Expected a failed process, but the given process was successfu…
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php14 use InvalidArgumentException; alias
75 * @throws InvalidArgumentException
80 throw new InvalidArgumentException(
/template/strap/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DToken.php12 use InvalidArgumentException; alias
127 * @throws InvalidArgumentException
140 throw new InvalidArgumentException();
/template/strap/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 an…
/template/strap/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.');
H A DATNConfigSet.php142 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');
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DDisk.php19 use InvalidArgumentException; alias
42 throw new InvalidArgumentException('Must specify disk cache path');
/template/strap/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');
/template/strap/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.');
/template/strap/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"');
/template/strap/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php93 … throw new \InvalidArgumentException('Only precedence DFAs may contain a precedence start state.');
119 … throw new \InvalidArgumentException('Only precedence DFAs may contain a precedence start state.');
/template/strap/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);
/template/strap/ComboStrap/
H A DCron.php21 } catch (\InvalidArgumentException $e) {
/template/strap/vendor/symfony/yaml/Command/
H A DLintCommand.php18 use Symfony\Component\Console\Exception\InvalidArgumentException; alias
100 …throw new \InvalidArgumentException('The "github" format is only available since "symfony/console"…
167 … throw new InvalidArgumentException(sprintf('The format "%s" is not supported.', $this->format));

12