class MissingMandatoryParametersException

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

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

@api

Hierarchy

Expanded class hierarchy of MissingMandatoryParametersException

1 file declares its use of MissingMandatoryParametersException
UrlGenerator.php in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php, line 22

Namespace

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

}

Members