Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 1 – 25 of 487) sorted by last modified time

12345678910>>...20

/plugin/geophp/vendor/composer/
H A DClassLoader.php226 * @throws \InvalidArgumentException
250 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
294 * @throws \InvalidArgumentException
305 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
/plugin/aichat/vendor/composer/
H A DClassLoader.php226 * @throws \InvalidArgumentException
250 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
294 * @throws \InvalidArgumentException
305 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
/plugin/bureaucracy/helper/
H A Dactionscript.php13 …throw new InvalidArgumentException('The "script"-action expects exactly 1 argument: the script nam…
20 …throw new InvalidArgumentException("The supplied scriptname \"<code>$cleanedScriptName</code>\" is…
27 throw new InvalidArgumentException("Script <code>$shortPath</code> doesn't exist!");
46 …throw new InvalidArgumentException('The handler must implement the interface <code>dokuwiki\\plugi…
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DInvalidArgumentException.php5 class InvalidArgumentException extends \InvalidArgumentException class
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToRoman.php34 throw new \InvalidArgumentException('Can only translate integers to roman');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Exception/
H A DInvalidArgumentException.php5 class InvalidArgumentException extends \Mpdf\MpdfException class
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DArrays.php15 throw new \InvalidArgumentException(sprintf('Array does not contain key "%s"', $key));
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php105 throw new \InvalidArgumentException(
112 throw new \InvalidArgumentException(
/plugin/dw2pdf/vendor/composer/
H A DClassLoader.php226 * @throws \InvalidArgumentException
250 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
294 * @throws \InvalidArgumentException
305 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md96 result in an `InvalidArgumentException` now.
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php56 throw new \InvalidArgumentException(\sprintf(
105 throw new \InvalidArgumentException('Template does not exist!');
170 throw new \InvalidArgumentException('Width or height parameter needs to be larger than zero.');
H A DFpdiTrait.php159 throw new \InvalidArgumentException(
197 throw new \InvalidArgumentException(
248 throw new \InvalidArgumentException(
414 throw new \InvalidArgumentException('Imported page does not exist!');
468 throw new \InvalidArgumentException('Width or height parameter needs to be larger than zero.');
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPdfReader.php118 * @throws \InvalidArgumentException
123 throw new \InvalidArgumentException(
129 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.');
/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/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php529 throw new \InvalidArgumentException('Instance of either WebDriverElement or WebDriverBy must be given');
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php20 use InvalidArgumentException; alias
109 * @throws \InvalidArgumentException
131 throw new InvalidArgumentException(
153 throw new InvalidArgumentException(
345 * @throws \InvalidArgumentException
351 throw new InvalidArgumentException(
H A DHelpers.php24 use InvalidArgumentException; alias
60 * @throws \InvalidArgumentException when $helpers is not an array
72 throw new InvalidArgumentException(
88 * @throws \InvalidArgumentException if $helper is not a callable
94 throw new InvalidArgumentException("$name Helper is not a callable.");
116 * @throws \InvalidArgumentException if $name is not available
122 throw new InvalidArgumentException('Unknown helper :' . $name);
169 * @throws \InvalidArgumentException if the requested helper is not present.
175 throw new InvalidArgumentException('Unknown helper: ' . $name);
H A DTemplate.php20 use InvalidArgumentException; alias
258 } catch (InvalidArgumentException $e) {
/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/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php97 * @throws \InvalidArgumentException if a template file is not found.
105 throw new \InvalidArgumentException('Template ' . $name . ' not found.');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DPredictionMode.php513 throw new \InvalidArgumentException('Unsupported value.');

12345678910>>...20