Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 301 – 325 of 487) sorted by path

1...<<11121314151617181920

/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/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/metadata/src/
H A DMergeableClassMetadata.php12 … throw new \InvalidArgumentException('$object must be an instance of MergeableClassMetadata.');
/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/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/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/src/
H A DSerializer.php11 use JMS\Serializer\Exception\InvalidArgumentException; alias
101 … throw new InvalidArgumentException(sprintf('The direction "%s" does not exist.', $dirStr));
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/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php165 throw new \InvalidArgumentException('$serviceCreator must be a valid callable.');
H A DObjectConstructorTest.php319 throw new \InvalidArgumentException('$serviceCreator must be a valid callable.');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php9 use JMS\Serializer\Exception\InvalidArgumentException; alias
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/src/
H A DFqsen.php48 throw new \InvalidArgumentException(
/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');
H A DGeneric.php85 throw new \InvalidArgumentException(
H A DMethod.php225 throw new \InvalidArgumentException(
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php78 throw new \InvalidArgumentException($exceptionMessage);
/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');

1...<<11121314151617181920