^ Error {#183
  #message: "Call to undefined method GuzzleHttp\Exception\ClientException::getBody()"
  #code: 0
  #file: "/home/aste5549/public_html/siapmodal/app/Helper/general_function.php"
  #line: 17
  trace: {
    /home/aste5549/public_html/siapmodal/app/Helper/general_function.php:17 {
      fo_user() …
      › $post = apiPost('/do/users',["auth"=>$cookie]);\r$postdata = json_decode($post->getBody(),1); \r\r
    }
    /home/aste5549/public_html/siapmodal/app/Http/Controllers/AppController.php:14 {
      App\Http\Controllers\AppController->index(Request $req) …
      › { \r  $user = fo_user();\r  $isLogged = isx($user['auf_cust_id'],false);\r
    }
    /home/aste5549/public_html/siapmodal/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)));});
      arguments: {
        $req: Laravel\Lumen\Http\Request {#6 …}
      }
    }
    /home/aste5549/public_html/siapmodal/vendor/illuminate/container/Util.php:40 {
      Illuminate\Container\Util::unwrapIfClosure($value) …
      › {    return $value instanceof Closure ? $value() : $value;}
    }
    /home/aste5549/public_html/siapmodal/vendor/illuminate/container/BoundMethod.php:93 {
      Illuminate\Container\BoundMethod::callBoundMethod($container, $callback, $default) …
      › 
      ›     return Util::unwrapIfClosure($default);}
      arguments: {
        $value: Closure() {#179 …}
      }
    }
    /home/aste5549/public_html/siapmodal/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 {#16 …}
        $callback: array:2 [ …2]
        $default: Closure() {#179 …}
      }
    }
    /home/aste5549/public_html/siapmodal/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 {#16 …}
        $callback: array:2 [ …2]
        $parameters: []
        $defaultMethod: null
      }
    }
    /home/aste5549/public_html/siapmodal/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:386 {
      Laravel\Lumen\Application->callControllerCallable(callable $callable, array $parameters = []) …
      › return $this->prepareResponse(    $this->call($callable, $parameters));
      arguments: {
        $callback: array:2 [ …2]
        $parameters: []
      }
    }
    /home/aste5549/public_html/siapmodal/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:329 {
      Laravel\Lumen\Application->callControllerAction($routeInfo) …
      › return $this->callControllerCallable(    [$instance, $method], $routeInfo[2]);
      arguments: {
        $callable: array:2 [ …2]
        $parameters: []
      }
    }
    /home/aste5549/public_html/siapmodal/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:279 {
      Laravel\Lumen\Application->callActionOnArrayBasedRoute($routeInfo) …
      › if (isset($action['uses'])) {    return $this->prepareResponse($this->callControllerAction($routeInfo));}
      arguments: {
        $routeInfo: array:3 [ …3]
      }
    }
    /home/aste5549/public_html/siapmodal/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:259 {
      Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure} …
      › return $this->prepareResponse($this->sendThroughPipeline($middleware, function () {    return $this->callActionOnArrayBasedRoute($this['request']->route());}));
      arguments: {
        $routeInfo: array:3 [ …3]
      }
    }
    /home/aste5549/public_html/siapmodal/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 {#6 …}
      }
    }
    /home/aste5549/public_html/siapmodal/app/Http/Middleware/FoRequestMiddleware.php:27 {
      App\Http\Middleware\FoRequestMiddleware->handle(Request $request, Closure $next) …
      › \r  return $next($request);\r}\r
      arguments: {
        Laravel\Lumen\Http\Request {#6 …}
      }
    }
    /home/aste5549/public_html/siapmodal/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 {#6 …}
        $next: Closure($passable) {#100 …}
      }
    }
    /home/aste5549/public_html/siapmodal/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 {#6 …}
      }
    }
    /home/aste5549/public_html/siapmodal/vendor/illuminate/pipeline/Pipeline.php:103 {
      Illuminate\Pipeline\Pipeline->then(Closure $destination) …
      › 
      ›     return $pipeline($this->passable);}
      arguments: {
        Laravel\Lumen\Http\Request {#6 …}
      }
    }
    /home/aste5549/public_html/siapmodal/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:423 {
      Laravel\Lumen\Application->sendThroughPipeline(array $middleware, Closure $then) …
      ›         ->through($middleware)        ->then($then);}
      arguments: {
        $destination: Closure($request) {#94 …}
      }
    }
    /home/aste5549/public_html/siapmodal/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:260 {
      Laravel\Lumen\Application->handleFoundRoute($routeInfo) …
      ›         return $this->callActionOnArrayBasedRoute($this['request']->route());    }));}
      arguments: {
        $middleware: array:1 [ …1]
        $then: Closure() {#101 …}
      }
    }
    /home/aste5549/public_html/siapmodal/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:166 {
      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/aste5549/public_html/siapmodal/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 {#6 …}
      }
    }
    /home/aste5549/public_html/siapmodal/app/Http/Middleware/CorsMiddleware.php:30 {
      App\Http\Middleware\CorsMiddleware->handle($request, Closure $next) …
      › \r$response = $next($request);\rforeach ($headers as $key => $value) {\r
      arguments: {
        Laravel\Lumen\Http\Request {#6 …}
      }
    }
    /home/aste5549/public_html/siapmodal/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 {#6 …}
        $next: Closure($passable) {#100 …}
      }
    }
    /home/aste5549/public_html/siapmodal/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 {#6 …}
      }
    }
    /home/aste5549/public_html/siapmodal/vendor/illuminate/pipeline/Pipeline.php:103 {
      Illuminate\Pipeline\Pipeline->then(Closure $destination) …
      › 
      ›     return $pipeline($this->passable);}
      arguments: {
        Laravel\Lumen\Http\Request {#6 …}
      }
    }
    /home/aste5549/public_html/siapmodal/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:423 {
      Laravel\Lumen\Application->sendThroughPipeline(array $middleware, Closure $then) …
      ›         ->through($middleware)        ->then($then);}
      arguments: {
        $destination: Closure($request) {#94 …}
      }
    }
    /home/aste5549/public_html/siapmodal/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:172 {
      Laravel\Lumen\Application->dispatch($request = null) …
      ›         );    });} catch (Throwable $e) {
      arguments: {
        $middleware: array:1 [ …1]
        $then: Closure($request) {#94 …}
      }
    }
    /home/aste5549/public_html/siapmodal/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:109 {
      Laravel\Lumen\Application->run($request = null) …
      › {    $response = $this->dispatch($request);arguments: {
        $request: null
      }
    }
    /home/aste5549/public_html/siapmodal/public/index.php:28 {\r$app->run();\r}
  }
}