^ Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#170
  -statusCode: 404
  -headers: []
  #message: ""
  #code: 0
  #file: "/app/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php"
  #line: 229
  trace: {
    /app/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:229 {
      Laravel\Lumen\Application->handleDispatcherResponse($routeInfo) …
      › case Dispatcher::NOT_FOUND:    throw new NotFoundHttpException;case Dispatcher::METHOD_NOT_ALLOWED:
    }
    /app/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:169 {
      Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure} …
      › return $this->handleDispatcherResponse(    $this->createDispatcher()->dispatch($method, $pathInfo));
      arguments: {
        $routeInfo: array:1 [ …1]
      }
    }
    /app/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:416 {
      Laravel\Lumen\Application->sendThroughPipeline(array $middleware, Closure $then) …
      › 
      ›     return $then($this->make('request'));}
      arguments: {
        Laravel\Lumen\Http\Request {#66 …}
      }
    }
    /app/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:171 {
      Laravel\Lumen\Application->dispatch($request = null) …
      ›         );    });} catch (Throwable $e) {
      arguments: {
        $middleware: []
        $then: Closure($request) {#54 …}
      }
    }
    /app/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:108 {
      Laravel\Lumen\Application->run($request = null) …
      › {    $response = $this->dispatch($request);arguments: {
        $request: null
      }
    }
    /app/public/index.php:28 {
      › 
      › $app->run();}
  }
}