NotFoundHttpException {#1565
  -statusCode: 404
  -headers: []
  #message: ""
  #code: 0
  #file: "C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Foundation\Application.php"
  #line: 923
  trace: {
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Foundation\Application.php:923 {if ($code == 404) {    throw new NotFoundHttpException($message);}
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php:30 {{    app()->abort($code, $message, $headers);}
      arguments: {
        $code: 404
        $message: ""
        $headers: []
      }
    }
    C:\nginx\html\thrc\app\Http\Controllers\HomeController.php:58 {    }\r    return abort(404);\r}\r
      arguments: {
        $code: 404
      }
    }
    App\Http\Controllers\HomeController->getIndex() {}
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Controller.php:55 {{    return call_user_func_array([$this, $method], $parameters);}
      arguments: {
        $function_name: array:2 [ …2]
        $parameters: array:2 [ …2]
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php:44 {if (method_exists($controller, 'callAction')) {    return $controller->callAction($method, $parameters);}
      arguments: {
        $method: "getIndex"
        $parameters: array:2 [ …2]
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Route.php:203 {return (new ControllerDispatcher($this->container))->dispatch(    $this, $this->getController(), $this->getControllerMethod());
      arguments: {
        $route: Route {#225 …}
        $controller: HomeController {#1509 …}
        $method: "getIndex"
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Route.php:160 {if ($this->isControllerAction()) {    return $this->runController();}
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Router.php:574 {return $this->prepareResponse(    $request, $route->run());
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:30 {try {    return $destination($passable);} catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php:41 {
      › 
      ›     return $next($request);}
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);};
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#1488 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php:49 {
      › 
      ›     return $next($request);}
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);};
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#1488 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php:64 {
      › 
      › $response = $next($request);arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);};
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#1488 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php:37 {{    $response = $next($request);arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);};
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#1488 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\EncryptCookies.php:59 {{    return $this->encrypt($next($this->decrypt($request)));}
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);};
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#1488 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:102 {
      › 
      ›     return $pipeline($this->passable);}
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Router.php:576 {                        );                    });}
      arguments: {
        $destination: Closure {#1520 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Router.php:535 {
      › 
      › $response = $this->runRouteWithinStack($route, $request);arguments: {
        $route: Route {#225 …}
        $request: Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Router.php:513 {
      › 
      ›     return $this->dispatchToRoute($request);}
      arguments: {
        $request: Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php:176 {
      › 
      ›     return $this->router->dispatch($request);};
      arguments: {
        $request: Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:30 {try {    return $destination($passable);} catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\TransformsRequest.php:30 {
      › 
      ›     return $next($request);}
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);};
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#1488 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\TransformsRequest.php:30 {
      › 
      ›     return $next($request);}
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);};
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#1488 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\ValidatePostSize.php:27 {
      › 
      ›     return $next($request);}
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);};
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#1488 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php:46 {
      › 
      ›     return $next($request);}
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:148 {
      › 
      ›     return $pipe->{$this->method}(...$parameters);};
      arguments: {
        $request: Request {#38 …}
        $next: Closure {#1488 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:102 {
      › 
      ›     return $pipeline($this->passable);}
      arguments: {
        Request {#38 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php:151 {                ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)                ->then($this->dispatchToRouter());}
      arguments: {
        $destination: Closure {#18 …}
      }
    }
    C:\nginx\html\thrc\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php:116 {
      › 
      ›     $response = $this->sendRequestThroughRouter($request);} catch (Exception $e) {
      arguments: {
        $request: Request {#38 …}
      }
    }
    C:\nginx\html\thrc\public\index.php:54 {$response = $kernel->handle(\r    $request = Illuminate\Http\Request::capture()\r);\r
      arguments: {
        $request: Request {#38 …}
      }
    }
  }
}