You are here

class InvalidParameterException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/routing/Exception/InvalidParameterException.php \Symfony\Component\Routing\Exception\InvalidParameterException

Exception thrown when a parameter is not valid.

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

Hierarchy

Expanded class hierarchy of InvalidParameterException

5 files declare their use of InvalidParameterException
LinkNotExistingInternalConstraintValidator.php in core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidator.php
Contains \Drupal\link\Plugin\Validation\Constraint\LinkNotExistingInternalConstraintValidator.
UrlGenerator.php in vendor/symfony/routing/Generator/UrlGenerator.php
UrlGenerator.php in core/lib/Drupal/Core/Routing/UrlGenerator.php
Contains \Drupal\Core\Routing\UrlGenerator.
UrlGeneratorInterface.php in vendor/symfony/routing/Generator/UrlGeneratorInterface.php
UrlTest.php in core/tests/Drupal/Tests/Core/UrlTest.php
Contains \Drupal\Tests\Core\UrlTest.

File

vendor/symfony/routing/Exception/InvalidParameterException.php, line 19

Namespace

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

}

Members