Вход Регистрация
Файл: gapps/vendor/laravel/framework/src/Illuminate/Routing/Exceptions/UrlGenerationException.php
Строк: 23
<?php

namespace IlluminateRoutingExceptions;

use 
Exception;

class 
UrlGenerationException extends Exception
{
    
/**
     * Create a new exception for missing route parameters.
     *
     * @param  IlluminateRoutingRoute  $route
     * @return static
     */
    
public static function forMissingParameters($route)
    {
        return new static(
"Missing required parameters for [Route: {$route->getName()}] [URI: {$route->getPath()}].");
    }
}
Онлайн: 2
Реклама