You are here

class MissingMandatoryParametersException in Zircon Profile 8.0

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

Exception thrown when a route cannot be generated because of missing mandatory parameters.

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

Hierarchy

Expanded class hierarchy of MissingMandatoryParametersException

4 files declare their use of MissingMandatoryParametersException
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

File

vendor/symfony/routing/Exception/MissingMandatoryParametersException.php, line 20

Namespace

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

}

Members