The class Throwable does not exist. Did you forget a USE statement, or did you not list all dependencies?
Scrutinizer analyzes your composer.json/composer.lock file if available to
determine the classes, and functions that are defined by your dependencies.
It seems like the listed class was neither found in your dependencies, nor was it
found in the analyzed files in your repository. If you are using some other form
of dependency management, you might want to disable this analysis.
Loading history...
32
static::exceptionHandler($obInitialLevel);
33
throw $e;
34
}
35
}
36
37
/**
38
* Closes the output buffer opened above if it has not been closed already.
39
* @param int $obInitialLevel initial level of the output buffering mechanism
40
*/
41
protected static function exceptionHandler($obInitialLevel)
Scrutinizer analyzes your
composer.json
/composer.lock
file if available to determine the classes, and functions that are defined by your dependencies.It seems like the listed class was neither found in your dependencies, nor was it found in the analyzed files in your repository. If you are using some other form of dependency management, you might want to disable this analysis.