We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791fcf4 commit ae28880Copy full SHA for ae28880
Bridges/HttpKernel.php
@@ -41,7 +41,7 @@ public function bootstrap($appBootstrap, $appenv)
41
if (false === class_exists($appBootstrap)) {
42
$appBootstrap = '\\' . $appBootstrap;
43
44
- return false;
+ throw new \RuntimeException('Could not find bootstrap class ' . $appBootstrap);
45
}
46
47
0 commit comments