Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 351 – 375 of 487) sorted by path

1...<<11121314151617181920

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dexception-stack.phpt54 InvalidArgumentException: Two
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DExceptionStackTest.php17 $exceptionTwo = new InvalidArgumentException('Two', 0, $exceptionThree);
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php212 throw new \InvalidArgumentException('"from" must be an array or string.');
221 throw new \InvalidArgumentException('"to" must be an array or string.');
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/
H A DEnumerator.php32 throw new InvalidArgumentException;
37 throw new InvalidArgumentException;
H A DInvalidArgumentException.php13 class InvalidArgumentException extends \InvalidArgumentException implements Exception class
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/tests/
H A DEnumeratorTest.php127 $this->setExpectedException(InvalidArgumentException::class);
134 $this->setExpectedException(InvalidArgumentException::class);
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/
H A DContext.php45 * @throws InvalidArgumentException Thrown if $value is not an array or object
55 throw new InvalidArgumentException(
67 * @throws InvalidArgumentException Thrown if $value is not an array or object
77 throw new InvalidArgumentException(
H A DInvalidArgumentException.php15 final class InvalidArgumentException extends \InvalidArgumentException implements Exception class
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php15 use Symfony\Component\Console\Exception\InvalidArgumentException; alias
141 … throw new InvalidArgumentException(sprintf('The format "%s" is not supported.', $this->format));
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DDumper.php33 throw new \InvalidArgumentException('The indentation must be greater than zero.');
H A DInline.php379 } catch (\InvalidArgumentException $e) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1609 …throw new \InvalidArgumentException(sprintf('"%s::getOperators()" must return an array with operat…
1613 …throw new \InvalidArgumentException(sprintf('"%s::getOperators()" must return an array of 2 elemen…
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DOptimizerNodeVisitor.php64 … throw new \InvalidArgumentException(sprintf('Optimizer mode "%s" is not valid.', $optimizers));
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php125 …throw new \InvalidArgumentException(sprintf('Test "%s" is not valid.', str_replace($fixturesDir.'/…
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md17 All assertions in the [`Assert`] class throw an `\InvalidArgumentException` if
76 // => InvalidArgumentException:
80 // => InvalidArgumentException:
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php19 use InvalidArgumentException; alias
1181 throw new InvalidArgumentException($message);
/plugin/gdpr/action/
H A Ddelusers.php256 throw new InvalidArgumentException('Unknown cache key provided: ' . $key);
/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/icalevents/vendor/composer/
H A DClassLoader.php175 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…
226 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md99 `InvalidArgumentException` and `LogicException` in all places where we fail
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php75 …throw new \InvalidArgumentException('String could not be parsed as \\Sabre\\VObject\\Component\\VC…
86 …throw new \InvalidArgumentException('You can only pass strings or \\Sabre\\VObject\\Component\\VCa…
H A DCli.php6 InvalidArgumentException; alias
162 throw new InvalidArgumentException('Unknown format: ' . $value);
196 throw new InvalidArgumentException('Unknown format: ' . $value);
201 throw new InvalidArgumentException('Unknown option: ' . $name);
213 throw new InvalidArgumentException('Inputfile is a required argument');
217 throw new InvalidArgumentException('Too many arguments');
221 throw new InvalidArgumentException('Uknown command: ' . $positional[0]);
224 } catch (InvalidArgumentException $e) {
H A DComponent.php115 …throw new \InvalidArgumentException('The second argument must not be specified, when passing a VOb…
126 …throw new \InvalidArgumentException('The first argument must either be a \\Sabre\\VObject\\Node or…
177 …throw new \InvalidArgumentException('The item you passed to remove() was not a child of this compo…
H A DFreeBusyGenerator.php160 …throw new \InvalidArgumentException('You can only pass strings or \\Sabre\\VObject\\Component argu…
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php110 …throw new \InvalidArgumentException('Unsupported encoding. (Supported encodings: ' . implode(', ',…
138 … throw new \InvalidArgumentException('This parser can only read from strings or streams.');

1...<<11121314151617181920