class InvalidParameterException
Exception thrown when a parameter is not valid.
@author Alexandre Salomé <alexandre.salome@gmail.com>
Hierarchy
- class \Symfony\Component\Routing\Exception\InvalidArgumentException extends \Symfony\Component\Routing\Exception\InvalidArgumentException implements \Symfony\Component\Routing\Exception\ExceptionInterface
- class \Symfony\Component\Routing\Exception\InvalidArgumentException extends \Symfony\Component\Routing\Exception\InvalidArgumentException implements \Symfony\Component\Routing\Exception\ExceptionInterface
- class \Symfony\Component\Routing\Exception\InvalidParameterException extends \Symfony\Component\Routing\Exception\InvalidArgumentException implements \Symfony\Component\Routing\Exception\ExceptionInterface
- class \Symfony\Component\Routing\Exception\InvalidArgumentException extends \Symfony\Component\Routing\Exception\InvalidArgumentException implements \Symfony\Component\Routing\Exception\ExceptionInterface
Expanded class hierarchy of InvalidParameterException
5 files declare their use of InvalidParameterException
- HelpTwigExtension.php in core/
modules/ help/ src/ HelpTwigExtension.php - LinkNotExistingInternalConstraintValidator.php in core/
modules/ link/ src/ Plugin/ Validation/ Constraint/ LinkNotExistingInternalConstraintValidator.php - UrlGenerator.php in vendor/
symfony/ routing/ Generator/ UrlGenerator.php - UrlGenerator.php in core/
lib/ Drupal/ Core/ Routing/ UrlGenerator.php - UrlGeneratorInterface.php in vendor/
symfony/ routing/ Generator/ UrlGeneratorInterface.php
File
-
vendor/
symfony/ routing/ Exception/ InvalidParameterException.php, line 19
Namespace
Symfony\Component\Routing\ExceptionView source
class InvalidParameterException extends \InvalidArgumentException implements ExceptionInterface {
}