Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 376 – 400 of 487) sorted by last modified time

1...<<11121314151617181920

/plugin/bureaucracy-au/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/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php11 use JMS\Serializer\Exception\InvalidArgumentException; alias
101 … throw new InvalidArgumentException(sprintf('The direction "%s" does not exist.', $dirStr));
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DEnum.php65 throw new \InvalidArgumentException(sprintf(
74 throw new \InvalidArgumentException(sprintf(
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php76 throw new \InvalidArgumentException(sprintf(
86 …throw new \InvalidArgumentException(sprintf('The directory "%s" does not exist and could not be cr…
208 …throw new \InvalidArgumentException(sprintf('The directory "%s" is not writable. Both, the webserv…
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DInvalidArgumentException.php5 use InvalidArgumentException as BaseInvalidArgumentException;
15 class InvalidArgumentException extends BaseInvalidArgumentException implements ExceptionInterface class
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php302 $test->expectException(InvalidArgumentException::class);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dexception-stack.phpt54 InvalidArgumentException: Two
/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/jms/serializer/src/Annotation/
H A DVirtualProperty.php7 use JMS\Serializer\Exception\InvalidArgumentException; alias
41 …throw new InvalidArgumentException(sprintf('Unknown property "%s" on annotation "%s".', $key, self…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Construction/
H A DDoctrineObjectConstructor.php9 use JMS\Serializer\Exception\InvalidArgumentException; alias
104 …throw new InvalidArgumentException('The provided fallback strategy for the object constructor is n…
/plugin/findologicxmlexport/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/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/phpdocumentor/type-resolver/src/
H A DTypeResolver.php92 throw new \InvalidArgumentException(
99 …throw new \InvalidArgumentException('Attempted to resolve "' . $type . '" but it appears to be emp…
140 throw new \InvalidArgumentException(
147 throw new \InvalidArgumentException(
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DCompound.php41 … throw new \InvalidArgumentException('A compound type can only have other types as elements');
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DCallbackToken.php14 use Prophecy\Exception\InvalidArgumentException; alias
35 throw new InvalidArgumentException(sprintf(
H A DArrayEntryToken.php14 use Prophecy\Exception\InvalidArgumentException; alias
132 throw new InvalidArgumentException(sprintf(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/
H A DInvalidArgumentException.php14 class InvalidArgumentException extends \InvalidArgumentException implements Exception class
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php165 throw new \InvalidArgumentException('$serviceCreator must be a valid callable.');
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php5 use Doctrine\Instantiator\Exception\InvalidArgumentException; alias
83 * @throws InvalidArgumentException
112 * @throws InvalidArgumentException
118 throw InvalidArgumentException::fromNonExistingClass($className);
124 throw InvalidArgumentException::fromAbstractClass($reflection);
/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/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php117 throw new \InvalidArgumentException(
152 throw new \InvalidArgumentException(
171 throw new \InvalidArgumentException(
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DAuthor.php42 … throw new \InvalidArgumentException('The author tag does not have a valid e-mail address');

1...<<11121314151617181920