Lines Matching refs:InvalidArgumentException
24 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));
406 …throw new InvalidArgumentException(sprintf('There is already a directory configured for the namesp…
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));
445 …throw new InvalidArgumentException(sprintf('There is no directory configured for namespace prefix …
472 … throw new InvalidArgumentException('expected SerializationContextFactoryInterface or callable.');
490 …throw new InvalidArgumentException('expected DeserializationContextFactoryInterface or callable.');