Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 51 – 75 of 487) sorted by last modified time

12345678910>>...20

/plugin/combo/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 stream resources.', $caller));
/plugin/combo/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" >= 5.3.');
167 throw new InvalidArgumentException(sprintf('The format "%s" is not supported.', $this->format));
/plugin/combo/vendor/symfony/yaml/
H A DDumper.php35 throw new \InvalidArgumentException('The indentation must be greater than zero.');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php51 throw new \InvalidArgumentException(\sprintf('File not found at %s.', $path));
H A DRecognizer.php119 throw new \InvalidArgumentException('there is no serialized ATN');
/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/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/slacknotifier/helper/
H A DPayload.php
H A DContext.php5 use InvalidArgumentException; alias
20 throw new InvalidArgumentException("Invalid property: $name");
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DCurlClient.php62 * @throws \InvalidArgumentException
76 throw new \InvalidArgumentException('No body expected for "GET" request.');
H A DStreamClient.php25 * @throws \InvalidArgumentException
39 throw new \InvalidArgumentException('No body expected for "GET" request.');
/plugin/oauth/vendor/composer/
H A DClassLoader.php229 * @throws \InvalidArgumentException
252 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
296 * @throws \InvalidArgumentException
307 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUri.php5 use InvalidArgumentException; alias
75 * @throws \InvalidArgumentException
82 throw new InvalidArgumentException("Invalid URI: $uri");
86 throw new InvalidArgumentException('Invalid URI: http|https scheme required');
/plugin/upgrade/vendor/composer/
H A DClassLoader.php233 * @throws \InvalidArgumentException
256 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
300 * @throws \InvalidArgumentException
311 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DInvalidArgumentException.php5 class InvalidArgumentException extends \InvalidArgumentException class
/plugin/statistics/inc/pchart/
H A DDataDescription.php27 throw new InvalidArgumentException("Non-string argument passed to setPosition");
39 throw new InvalidArgumentException("Non-string argument passed to DataDescription::setXAxisName()");
51 throw new InvalidArgumentException("Non-string argument passed to DataDescription::setYAxisName()");
H A DGDCanvas.php576 throw new InvalidArgumentException("Invalid argument to GDCanvas::setAntialiasQuality()");
H A DColor.php46 * @throws InvalidArgumentException
57 throw new InvalidArgumentException("Invalid Red component");
61 throw new InvalidArgumentException("Invalid Green component");
65 throw new InvalidArgumentException("Invalid Blue component");
101 * @throws InvalidArgumentException
119 throw new InvalidArgumentException("Invalid hex color: ".$color);
H A DGridStyle.php29 throw new InvalidArgumentException("Bad alpha argument specified to ".__METHOD__);
H A DpData.php52 throw new InvalidArgumentException("Can't pass an array to addPoint()");
/plugin/ifauthex/lib/
H A Dparser.php4 use \InvalidArgumentException; alias
250 …throw new InvalidArgumentException('tokenDefs can only be a TokenDefinition or an array of them.');
267 throw new InvalidArgumentException('Invalid fixing.');
320 throw new InvalidArgumentException('Invalid fixing specified.');
393 throw new InvalidArgumentException('Attempt to _splicePrefix with a negative offset.');
406 throw new InvalidArgumentException('Attempt to _splicePostfix with a negative offset.');
421 throw new InvalidArgumentException('Attempt to _spliceInfix with a negative offset.');
436 throw new InvalidArgumentException('Attempt to _spliceWrap with a negative offset.');
452 throw new InvalidArgumentException('Attempt to _spliceNone with a negative offset.');
H A Dtokenizer.php4 use \InvalidArgumentException; alias
48 throw new InvalidArgumentException('An error occurred in preg_match.');
/plugin/barcodes/vendor/composer/
H A DClassLoader.php256 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…
311 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…
/plugin/statdisplay/pchart/
H A DColor.php37 throw new InvalidArgumentException("Invalid Red component");
41 throw new InvalidArgumentException("Invalid Green component");
45 throw new InvalidArgumentException("Invalid Blue component");
H A DGDCanvas.php507 throw new InvalidArgumentException("Invalid argument to GDCanvas::setAntialiasQuality()");

12345678910>>...20