MissingRouteParametersException
Thrown by {@see \Milpa\Http\Routing\UrlGeneratorInterface::generate()} when a route's required path parameters were not all supplied.
MissingRouteParametersException::forRoute()
public static function forRoute(string $name, array $missing): selfBuild the exception for a route missing one or more required parameters.
Parameters
| Name | Type | Description |
|---|---|---|
| $name | string | |
| $missing | list<string> |