The class Throwable does not exist. Is this class maybe located in a folder that is not analyzed, or in a newer version of your dependencies than listed in your composer.lock/composer.json?
Loading history...
34
return $this->formatException($content);
35
}
36
37
return $this->encode($content);
38
}
39
40
protected function formatException(Throwable $e): string