Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 401 – 425 of 487) sorted by last modified time

1...<<11121314151617181920

/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/jms/serializer/src/
H A DSerializerBuilder.php24 use JMS\Serializer\Exception\InvalidArgumentException; alias
242 … throw new InvalidArgumentException(sprintf('The cache directory "%s" is not writable.', $dir));
358 * @throws InvalidArgumentException When a directory does not exist.
364 … throw new InvalidArgumentException(sprintf('The directory "%s" does not exist.', $dir));
396 * @throws InvalidArgumentException When a directory does not exist.
397 * @throws InvalidArgumentException When a directory has already been registered.
402 throw new InvalidArgumentException(sprintf('The directory "%s" does not exist.', $dir));
435 * @throws InvalidArgumentException When a directory does not exist.
436 * @throws InvalidArgumentException When no directory is configured for the ns prefix.
441 throw new InvalidArgumentException(sprintf('The directory "%s" does not exist.', $dir));
[all …]
H A DXmlDeserializationVisitor.php7 use JMS\Serializer\Exception\InvalidArgumentException; alias
79 throw new InvalidArgumentException(sprintf(
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/
H A DExporter.php36 throw new \InvalidArgumentException('At least one item must be exported per page.');
47 throw new \InvalidArgumentException('Unsupported exporter type.');
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DExporterTest.php15 } catch (\InvalidArgumentException $e) {
25 } catch (\InvalidArgumentException $e) {
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DRegularExpression.php325 throw new \InvalidArgumentException(
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMergeableClassMetadata.php12 … throw new \InvalidArgumentException('$object must be an instance of MergeableClassMetadata.');
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcher.php7 use JMS\Serializer\Exception\InvalidArgumentException; alias
60 throw new InvalidArgumentException(sprintf('Each event must have a "event" key.'));
H A DLazyEventDispatcher.php7 use JMS\Serializer\Exception\InvalidArgumentException; alias
24 …throw new InvalidArgumentException(sprintf('The container must be an instance of %s or %s (%s give…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DInvalidArgumentException.php12 class InvalidArgumentException extends \InvalidArgumentException implements Exception class
H A DUnsupportedFormatException.php7 class UnsupportedFormatException extends InvalidArgumentException
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php9 use JMS\Serializer\Exception\InvalidArgumentException; alias
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php19 … throw new \InvalidArgumentException(sprintf('The directory "%s" does not exist.', $dir));
44 … throw new \InvalidArgumentException(sprintf('The directory "%s" is not writable.', $this->dir));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DLazyHandlerRegistry.php7 use JMS\Serializer\Exception\InvalidArgumentException; alias
30 …throw new InvalidArgumentException(sprintf('The container must be an instance of %s or %s (%s give…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php319 throw new \InvalidArgumentException('$serviceCreator must be a valid callable.');
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DTarget.php85 throw new \InvalidArgumentException(
95 throw new \InvalidArgumentException(
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php19 use InvalidArgumentException; alias
1181 throw new InvalidArgumentException($message);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/src/
H A DFqsen.php48 throw new \InvalidArgumentException(
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DGeneric.php85 throw new \InvalidArgumentException(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php14 use Prophecy\Exception\InvalidArgumentException; alias
54 throw new InvalidArgumentException(sprintf(
66 throw new InvalidArgumentException(sprintf(
73 throw new InvalidArgumentException(sprintf(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php17 use Prophecy\Exception\InvalidArgumentException; alias
45 throw new InvalidArgumentException(sprintf(
51 throw new InvalidArgumentException(sprintf(
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php240 * @throws InvalidArgumentException
273 * @throws InvalidArgumentException
417 * @throws InvalidArgumentException
442 * @throws InvalidArgumentException
459 * @throws InvalidArgumentException
476 * @throws InvalidArgumentException
493 * @throws InvalidArgumentException
512 * @throws InvalidArgumentException
521 * @throws InvalidArgumentException
538 * @throws InvalidArgumentException
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DDirectory.php13 use SebastianBergmann\CodeCoverage\InvalidArgumentException; alias
168 * @throws InvalidArgumentException
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/
H A DTemplate.php42 * @throws InvalidArgumentException
55 * @throws InvalidArgumentException
70 throw new InvalidArgumentException(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DFactory.php25 throw new InvalidArgumentException(

1...<<11121314151617181920