class InvalidParameterException

Exception thrown when a parameter is not valid

@author Alexandre Salomé <alexandre.salome@gmail.com>

@api

Hierarchy

Expanded class hierarchy of InvalidParameterException

2 files declare their use of InvalidParameterException
UrlGenerator.php in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php
UrlGeneratorInterface.php in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/InvalidParameterException.php, line 21

Namespace

Symfony\Component\Routing\Exception
View source
class InvalidParameterException extends \InvalidArgumentException implements ExceptionInterface {

}

Members