^ Illuminate\Database\QueryException {#1196
  #sql: "insert into `ims_yz_setting` (`uniacid`, `group`, `key`, `value`, `type`) values (?, ?, ?, ?, ?)"
  #bindings: array:5 [
    0 => null
    1 => "shop"
    2 => "order"
    3 => "a:1:{s:11:"order_apart";s:1:"1";}"
    4 => "array"
  ]
  #message: "SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'uniacid' cannot be null (SQL: insert into `ims_yz_setting` (`uniacid`, `group`, `key`, `value`, `type`) values (?, shop, order, a:1:{s:11:"order_apart";s:1:"1";}, array))"
  #code: "23000"
  #file: "/www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
  #line: 712
  -previous: PDOException {#1190
    #message: "SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'uniacid' cannot be null"
    #code: "23000"
    #file: "/www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
    #line: 501
    +errorInfo: array:3 [
      0 => "23000"
      1 => 1048
      2 => "Column 'uniacid' cannot be null"
    ]
    trace: {
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:501 {
        Illuminate\Database\Connection->Illuminate\Database\{closure} …
        › 
        ›     return $statement->execute();});
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:705 {
        Illuminate\Database\Connection->runQueryCallback($query, $bindings, Closure $callback) …
        › try {    return $callback($query, $bindings);}
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:672 {
        Illuminate\Database\Connection->run($query, $bindings, Closure $callback) …
        › try {    $result = $this->runQueryCallback($query, $bindings, $callback);} catch (QueryException $e) {
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:502 {
        Illuminate\Database\Connection->statement($query, $bindings = []) …
        ›         return $statement->execute();    });}
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:454 {
        Illuminate\Database\Connection->insert($query, $bindings = []) …
        › {    return $this->statement($query, $bindings);}
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/Processor.php:32 {
        Illuminate\Database\Query\Processors\Processor->processInsertGetId(Builder $query, $sql, $values, $sequence = null) …
        › {    $query->getConnection()->insert($sql, $values);}
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:3028 {
        Illuminate\Database\Query\Builder->insertGetId(array $values, $sequence = null) …
        › 
        ›     return $this->processor->processInsertGetId($this, $sql, $values, $sequence);}
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:1657 {
        Illuminate\Database\Eloquent\Builder->__call($method, $parameters) …
        › if (in_array($method, $this->passthru)) {    return $this->toBase()->{$method}(...$parameters);}
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:1188 {
        Illuminate\Database\Eloquent\Model->insertAndSetId(Builder $query, $attributes) …
        › {    $id = $query->insertGetId($attributes, $keyName = $this->getKeyName());}
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:1153 {
        Illuminate\Database\Eloquent\Model->performInsert(Builder $query) …
        › if ($this->getIncrementing()) {    $this->insertAndSetId($query, $attributes);}
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:994 {
        Illuminate\Database\Eloquent\Model->save(array $options = []) …
        › else {    $saved = $this->performInsert($query);}
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:896 {
        Illuminate\Database\Eloquent\Builder->Illuminate\Database\Eloquent\{closure} …
        › return tap($this->newModelInstance($attributes), function ($instance) {    $instance->save();});
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Support/helpers.php:263 {
        tap($value, $callback = null) …
        › 
        › $callback($value);}
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:897 {
        Illuminate\Database\Eloquent\Builder->create(array $attributes = []) …
        ›         $instance->save();    });}
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23 {
        Illuminate\Database\Eloquent\Model->forwardCallTo($object, $method, $parameters) …
        › try {    return $object->{$method}(...$parameters);} catch (Error|BadMethodCallException $e) {
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:2132 {
        Illuminate\Database\Eloquent\Model->__call($method, $parameters) …
        › 
        ›     return $this->forwardCallTo($this->newQuery(), $method, $parameters);}
      }
      /www/wwwroot/new.com/app/common/models/Setting.php:255 {
        app\common\models\Setting->setToDatabase($value, $uniqueAccountId, $group, $key, $type) …
        › 
        › return self::create($data);}
      /www/wwwroot/new.com/app/common/models/Setting.php:85 {
        app\common\models\Setting->setValue($uniqueAccountId, $key, $value = null) …
        › 
        › $result = $this->setToDatabase($value, $uniqueAccountId, $group, $item, $type);if ($type == 'array') {
      }
      /www/wwwroot/new.com/app/common/facades/Setting.php:42 {
        app\common\facades\Setting::set($key, $value = null) …
        › {    return self::getInstance()->setValue(self::$uniqueAccountId, $key, $value);}
      }
      /www/wwwroot/new.com/plugins/supplier-tool/src/PluginApplication.php:155 {
        Yunshop\SupplierTool\PluginApplication->boot() …
        ›     }\r    Setting::set('shop.order', ['order_apart' => "1"]);\r}\r
      }
      /www/wwwroot/new.com/app/common/services/PluginApplication.php:34 {
        app\common\services\PluginApplication->init() …
        ›     $this->loadConfig();    $this->boot();}
      }
      /www/wwwroot/new.com/app/common/providers/PluginServiceProvider.php:55 {
        app\common\providers\PluginServiceProvider->boot() …
        › foreach ($plugins as $plugin) {    $plugin->app()->init();}
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/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)));});
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Container/Util.php:40 {
        Illuminate\Container\Util::unwrapIfClosure($value) …
        › {    return $value instanceof Closure ? $value() : $value;}
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93 {
        Illuminate\Container\BoundMethod::callBoundMethod($container, $callback, $default) …
        › 
        ›     return Util::unwrapIfClosure($default);}
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37 {
        Illuminate\Container\BoundMethod::call($container, $callback, array $parameters = [], $defaultMethod = null) …
        ›         return $callback(...array_values(static::getMethodDependencies($container, $callback, $parameters)));    });}
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:653 {
        Illuminate\Container\Container->call($callback, array $parameters = [], $defaultMethod = null) …
        › {    return BoundMethod::call($this, $callback, $parameters, $defaultMethod);}
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:924 {
        Illuminate\Foundation\Application->bootProvider(ServiceProvider $provider) …
        › if (method_exists($provider, 'boot')) {    $this->call([$provider, 'boot']);}
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:905 {
        Illuminate\Foundation\Application->Illuminate\Foundation\{closure} …
        › array_walk($this->serviceProviders, function ($p) {    $this->bootProvider($p);});
      }
      Illuminate\Foundation\Application->Illuminate\Foundation\{closure}() {}
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:906 {
        Illuminate\Foundation\Application->boot() …
        ›     $this->bootProvider($p);});}
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php:17 {
        Illuminate\Foundation\Bootstrap\BootProviders->bootstrap(Application $app) …
        › {    $app->boot();}
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:237 {
        Illuminate\Foundation\Application->bootstrapWith(array $bootstrappers) …
        › 
        › $this->make($bootstrapper)->bootstrap($this);}
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:153 {
        Illuminate\Foundation\Http\Kernel->bootstrap() …
        › if (! $this->app->hasBeenBootstrapped()) {    $this->app->bootstrapWith($this->bootstrappers());}
      }
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:137 {
        Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
        › 
        › $this->bootstrap();}
      /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:111 {
        Illuminate\Foundation\Http\Kernel->handle($request) …
        › 
        ›     $response = $this->sendRequestThroughRouter($request);} catch (Throwable $e) {
      }
      /www/wwwroot/new.com/app/laravel.php:47 {
        include_once …
        › $response = $kernel->handle(    $request = \app\framework\Http\Request::capture());
      }
      /www/wwwroot/new.com/index.php:12 {
        › 
        › include_once __DIR__ . '/app/laravel.php';arguments: {
          "/www/wwwroot/new.com/app/laravel.php"
        }
      }
    }
  }
  +errorInfo: array:3 [
    0 => "23000"
    1 => 1048
    2 => "Column 'uniacid' cannot be null"
  ]
  trace: {
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:712 {
      Illuminate\Database\Connection->runQueryCallback($query, $bindings, Closure $callback) …
      › catch (Exception $e) {    throw new QueryException(        $query, $this->prepareBindings($bindings), $e
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:672 {
      Illuminate\Database\Connection->run($query, $bindings, Closure $callback) …
      › try {    $result = $this->runQueryCallback($query, $bindings, $callback);} catch (QueryException $e) {
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:502 {
      Illuminate\Database\Connection->statement($query, $bindings = []) …
      ›         return $statement->execute();    });}
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:454 {
      Illuminate\Database\Connection->insert($query, $bindings = []) …
      › {    return $this->statement($query, $bindings);}
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/Processor.php:32 {
      Illuminate\Database\Query\Processors\Processor->processInsertGetId(Builder $query, $sql, $values, $sequence = null) …
      › {    $query->getConnection()->insert($sql, $values);}
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:3028 {
      Illuminate\Database\Query\Builder->insertGetId(array $values, $sequence = null) …
      › 
      ›     return $this->processor->processInsertGetId($this, $sql, $values, $sequence);}
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:1657 {
      Illuminate\Database\Eloquent\Builder->__call($method, $parameters) …
      › if (in_array($method, $this->passthru)) {    return $this->toBase()->{$method}(...$parameters);}
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:1188 {
      Illuminate\Database\Eloquent\Model->insertAndSetId(Builder $query, $attributes) …
      › {    $id = $query->insertGetId($attributes, $keyName = $this->getKeyName());}
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:1153 {
      Illuminate\Database\Eloquent\Model->performInsert(Builder $query) …
      › if ($this->getIncrementing()) {    $this->insertAndSetId($query, $attributes);}
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:994 {
      Illuminate\Database\Eloquent\Model->save(array $options = []) …
      › else {    $saved = $this->performInsert($query);}
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:896 {
      Illuminate\Database\Eloquent\Builder->Illuminate\Database\Eloquent\{closure} …
      › return tap($this->newModelInstance($attributes), function ($instance) {    $instance->save();});
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Support/helpers.php:263 {
      tap($value, $callback = null) …
      › 
      › $callback($value);}
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:897 {
      Illuminate\Database\Eloquent\Builder->create(array $attributes = []) …
      ›         $instance->save();    });}
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23 {
      Illuminate\Database\Eloquent\Model->forwardCallTo($object, $method, $parameters) …
      › try {    return $object->{$method}(...$parameters);} catch (Error|BadMethodCallException $e) {
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:2132 {
      Illuminate\Database\Eloquent\Model->__call($method, $parameters) …
      › 
      ›     return $this->forwardCallTo($this->newQuery(), $method, $parameters);}
    }
    /www/wwwroot/new.com/app/common/models/Setting.php:255 {
      app\common\models\Setting->setToDatabase($value, $uniqueAccountId, $group, $key, $type) …
      › 
      › return self::create($data);}
    /www/wwwroot/new.com/app/common/models/Setting.php:85 {
      app\common\models\Setting->setValue($uniqueAccountId, $key, $value = null) …
      › 
      › $result = $this->setToDatabase($value, $uniqueAccountId, $group, $item, $type);if ($type == 'array') {
    }
    /www/wwwroot/new.com/app/common/facades/Setting.php:42 {
      app\common\facades\Setting::set($key, $value = null) …
      › {    return self::getInstance()->setValue(self::$uniqueAccountId, $key, $value);}
    }
    /www/wwwroot/new.com/plugins/supplier-tool/src/PluginApplication.php:155 {
      Yunshop\SupplierTool\PluginApplication->boot() …
      ›     }\r    Setting::set('shop.order', ['order_apart' => "1"]);\r}\r
    }
    /www/wwwroot/new.com/app/common/services/PluginApplication.php:34 {
      app\common\services\PluginApplication->init() …
      ›     $this->loadConfig();    $this->boot();}
    }
    /www/wwwroot/new.com/app/common/providers/PluginServiceProvider.php:55 {
      app\common\providers\PluginServiceProvider->boot() …
      › foreach ($plugins as $plugin) {    $plugin->app()->init();}
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/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)));});
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Container/Util.php:40 {
      Illuminate\Container\Util::unwrapIfClosure($value) …
      › {    return $value instanceof Closure ? $value() : $value;}
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93 {
      Illuminate\Container\BoundMethod::callBoundMethod($container, $callback, $default) …
      › 
      ›     return Util::unwrapIfClosure($default);}
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37 {
      Illuminate\Container\BoundMethod::call($container, $callback, array $parameters = [], $defaultMethod = null) …
      ›         return $callback(...array_values(static::getMethodDependencies($container, $callback, $parameters)));    });}
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:653 {
      Illuminate\Container\Container->call($callback, array $parameters = [], $defaultMethod = null) …
      › {    return BoundMethod::call($this, $callback, $parameters, $defaultMethod);}
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:924 {
      Illuminate\Foundation\Application->bootProvider(ServiceProvider $provider) …
      › if (method_exists($provider, 'boot')) {    $this->call([$provider, 'boot']);}
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:905 {
      Illuminate\Foundation\Application->Illuminate\Foundation\{closure} …
      › array_walk($this->serviceProviders, function ($p) {    $this->bootProvider($p);});
    }
    Illuminate\Foundation\Application->Illuminate\Foundation\{closure}() {}
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:906 {
      Illuminate\Foundation\Application->boot() …
      ›     $this->bootProvider($p);});}
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php:17 {
      Illuminate\Foundation\Bootstrap\BootProviders->bootstrap(Application $app) …
      › {    $app->boot();}
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:237 {
      Illuminate\Foundation\Application->bootstrapWith(array $bootstrappers) …
      › 
      › $this->make($bootstrapper)->bootstrap($this);}
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:153 {
      Illuminate\Foundation\Http\Kernel->bootstrap() …
      › if (! $this->app->hasBeenBootstrapped()) {    $this->app->bootstrapWith($this->bootstrappers());}
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:137 {
      Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
      › 
      › $this->bootstrap();}
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:111 {
      Illuminate\Foundation\Http\Kernel->handle($request) …
      › 
      ›     $response = $this->sendRequestThroughRouter($request);} catch (Throwable $e) {
    }
    /www/wwwroot/new.com/app/laravel.php:47 {
      include_once …
      › $response = $kernel->handle(    $request = \app\framework\Http\Request::capture());
    }
    /www/wwwroot/new.com/index.php:12 {
      › 
      › include_once __DIR__ . '/app/laravel.php';arguments: {
        "/www/wwwroot/new.com/app/laravel.php"
      }
    }
  }
}
^ UnexpectedValueException {#1189
  #message: """
    The stream or file "/www/wwwroot/new.com/storage/logs/error/error-2026-03-16.log" could not be opened in append mode: failed to open stream: Permission denied\n
    The exception occurred while attempting to log: http parameters\n
    Context: {"route":"index.index"}
    """
  #code: 0
  #file: "/www/wwwroot/new.com/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php"
  #line: 149
  trace: {
    /www/wwwroot/new.com/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:149 {
      Monolog\Handler\StreamHandler->write(array $record): void …
      › 
      ›     throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened in append mode: '.$this->errorMessage, $url) . Utils::getRecordMessageForException($record));}
    }
    /www/wwwroot/new.com/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php:125 {
      Monolog\Handler\RotatingFileHandler->write(array $record): void …
      › 
      ›     parent::write($record);}
    }
    /www/wwwroot/new.com/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php:48 {
      Monolog\Handler\AbstractProcessingHandler->handle(array $record): bool …
      › 
      › $this->write($record);}
    /www/wwwroot/new.com/vendor/monolog/monolog/src/Monolog/Logger.php:399 {
      Monolog\Logger->addRecord(int $level, string $message, array $context = [], ?DateTimeImmutable $datetime = null): bool …
      › try {    if (true === $handler->handle($record)) {        break;
    }
    /www/wwwroot/new.com/vendor/monolog/monolog/src/Monolog/Logger.php:650 {
      Monolog\Logger->error($message, array $context = []): void …
      › {    $this->addRecord(static::ERROR, (string) $message, $context);}
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Log/Logger.php:183 {
      Illuminate\Log\Logger->writeLog($level, $message, $context) …
      ›     $message = $this->formatMessage($message),    $context = array_merge($this->context, $context));
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Log/Logger.php:94 {
      Illuminate\Log\Logger->error($message, array $context = []) …
      › {    $this->writeLog(__FUNCTION__, $message, $context);}
    }
    /www/wwwroot/new.com/app/framework/Log/ErrorLog.php:16 {
      app\framework\Log\ErrorLog->add($message, array $content = []) …
      › {    $this->log->error($message, $content);}
    }
    /www/wwwroot/new.com/app/framework/Support/Facades/Log.php:31 {
      app\framework\Support\Facades\Log::error($message, $content = []) …
      ›     }    app('Log.error')->add($message,$content);}
    }
    /www/wwwroot/new.com/app/common/exceptions/Handler.php:64 {
      app\common\exceptions\Handler->report(Throwable $exception) …
      › if (!app()->runningInConsole()) {    Log::error('http parameters', request()->input());}
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:415 {
      Illuminate\Foundation\Http\Kernel->reportException(Throwable $e) …
      › {    $this->app[ExceptionHandler::class]->report($e);}
    }
    /www/wwwroot/new.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:113 {
      Illuminate\Foundation\Http\Kernel->handle($request) …
      › } catch (Throwable $e) {    $this->reportException($e);}
    /www/wwwroot/new.com/app/laravel.php:47 {
      include_once …
      › $response = $kernel->handle(    $request = \app\framework\Http\Request::capture());
    }
    /www/wwwroot/new.com/index.php:12 {
      › 
      › include_once __DIR__ . '/app/laravel.php';arguments: {
        "/www/wwwroot/new.com/app/laravel.php"
      }
    }
  }
}