routeName = $route_name; $this->rawParameters = $raw_parameters; } /** * Get the route name that was not converted. * * @return string * The route name that was not converted. */ public function getRouteName() { return $this->routeName; } /** * Get the raw parameters that were not converted. * * @return array * The raw parameters that were not converted. */ public function getRawParameters() { return $this->rawParameters; } }