Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. InvalidParameterException.php

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

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\Exception
View source
class InvalidParameterException extends \InvalidArgumentException implements ExceptionInterface {

}
RSS feed
Powered by Drupal