^ ErrorException {#83
  #message: """
    file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:\n
    error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
    """
  #code: 0
  #file: "/home/mobileapp/public_html/routes/web.php"
  #line: 17
  #severity: E_WARNING
  trace: {
    /home/mobileapp/public_html/routes/web.php:17 {
      Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure} …
      › $router->get('/', function () use ($router) {    return file_get_contents(env('APP_URL').'/home/index.html');});
    }
    Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure}() {}
    /home/mobileapp/public_html/routes/web.php:17 {
      Closure->{closure} …
      › $router->get('/', function () use ($router) {    return file_get_contents(env('APP_URL').'/home/index.html');});
      arguments: {
        $filename: "https://mobileapp.ceb02.ds.network/home/index.html"
      }
    }
    /home/mobileapp/public_html/vendor/illuminate/container/BoundMethod.php:36 {
      Illuminate\Container\BoundMethod::Illuminate\Container\{closure} …
      › return static::callBoundMethod($container, $callback, function () use ($container, $callback, $parameters) {    return $callback(...array_values(static::getMethodDependencies($container, $callback, $parameters)));});
    }
    /home/mobileapp/public_html/vendor/illuminate/container/Util.php:40 {
      Illuminate\Container\Util::unwrapIfClosure($value) …
      › {    return $value instanceof Closure ? $value() : $value;}
    }
    /home/mobileapp/public_html/vendor/illuminate/container/BoundMethod.php:81 {
      Illuminate\Container\BoundMethod::callBoundMethod($container, $callback, $default) …
      › if (! is_array($callback)) {    return Util::unwrapIfClosure($default);}
      arguments: {
        $value: Closure() {#81 …}
      }
    }
    /home/mobileapp/public_html/vendor/illuminate/container/BoundMethod.php:37 {
      Illuminate\Container\BoundMethod::call($container, $callback, array $parameters = [], $defaultMethod = null) …
      ›         return $callback(...array_values(static::getMethodDependencies($container, $callback, $parameters)));    });}
      arguments: {
        $container: Laravel\Lumen\Application {#2 …}
        $callback: Closure() {#80 …}
        $default: Closure() {#81 …}
      }
    }
    /home/mobileapp/public_html/vendor/illuminate/container/Container.php:651 {
      Illuminate\Container\Container->call($callback, array $parameters = [], $defaultMethod = null) …
      › {    return BoundMethod::call($this, $callback, $parameters, $defaultMethod);}
      arguments: {
        $container: Laravel\Lumen\Application {#2 …}
        $callback: Closure() {#80 …}
        $parameters: []
        $defaultMethod: null
      }
    }
    /home/mobileapp/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:302 {
      Laravel\Lumen\Application->callActionOnArrayBasedRoute($routeInfo) …
      › try {    return $this->prepareResponse($this->call($callable, $routeInfo[2]));} catch (HttpResponseException $e) {
      arguments: {
        $callback: Closure() {#80 …}
        $parameters: []
      }
    }
    /home/mobileapp/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:267 {
      Laravel\Lumen\Application->handleFoundRoute($routeInfo) …
      › return $this->prepareResponse(    $this->callActionOnArrayBasedRoute($routeInfo));
      arguments: {
        $routeInfo: array:3 [ …3]
      }
    }
    /home/mobileapp/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:169 {
      Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure} …
      › if (isset($this->router->getRoutes()[$method.$pathInfo])) {    return $this->handleFoundRoute([true, $this->router->getRoutes()[$method.$pathInfo]['action'], []]);}
      arguments: {
        $routeInfo: array:3 [ …3]
      }
    }
    /home/mobileapp/public_html/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:48 {
      Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure} …
      › try {    return $destination($passable);} catch (Throwable $e) {
      arguments: {
        Laravel\Lumen\Http\Request {#52 …}
      }
    }
    /home/mobileapp/public_html/app/Http/Middleware/CorsMiddleware.php:29 {
      App\Http\Middleware\CorsMiddleware->handle($request, Closure $next) …
      › 
      › $response = $next($request);foreach($headers as $key => $value)
      arguments: {
        Laravel\Lumen\Http\Request {#52 …}
      }
    }
    /home/mobileapp/public_html/vendor/illuminate/pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      arguments: {
        $request: Laravel\Lumen\Http\Request {#52 …}
        $next: Closure($passable) {#29 …}
      }
    }
    /home/mobileapp/public_html/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:30 {
      Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure} …
      › 
      ›     return ($slice($stack, $pipe))($passable);} catch (Throwable $e) {
      arguments: {
        Laravel\Lumen\Http\Request {#52 …}
      }
    }
    /home/mobileapp/public_html/vendor/illuminate/pipeline/Pipeline.php:103 {
      Illuminate\Pipeline\Pipeline->then(Closure $destination) …
      › 
      ›     return $pipeline($this->passable);}
      arguments: {
        Laravel\Lumen\Http\Request {#52 …}
      }
    }
    /home/mobileapp/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:426 {
      Laravel\Lumen\Application->sendThroughPipeline(array $middleware, Closure $then) …
      ›         ->through($middleware)        ->then($then);}
      arguments: {
        $destination: Closure($request) {#15 …}
      }
    }
    /home/mobileapp/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:175 {
      Laravel\Lumen\Application->dispatch($request = null) …
      ›         );    });} catch (Throwable $e) {
      arguments: {
        $middleware: array:1 [ …1]
        $then: Closure($request) {#15 …}
      }
    }
    /home/mobileapp/public_html/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:112 {
      Laravel\Lumen\Application->run($request = null) …
      › {    $response = $this->dispatch($request);arguments: {
        $request: null
      }
    }
    /home/mobileapp/public_html/public/index.php:28 {
      › 
      › $app->run();}
  }
}