Documentation

MissingMandatoryParametersException extends InvalidArgumentException
in package
implements ExceptionInterface

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

Tags
author

Alexandre Salomé alexandre.salome@gmail.com

Table of Contents

Interfaces

ExceptionInterface
ExceptionInterface.

Properties

$missingParameters  : array<string|int, mixed>
$routeName  : string

Methods

__construct()  : mixed
getMissingParameters()  : array<string|int, string>
getRouteName()  : string

Properties

Methods

__construct()

public __construct([string $routeName = '' ][, array<string|int, string> $missingParameters = null ][, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
$routeName : string = ''
$missingParameters : array<string|int, string> = null
$code : int = 0
$previous : Throwable|null = null

        
On this page

Search results