You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/EventSubscriber/CheckRequirementsSubscriber.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ public function handleKernelException(ExceptionEvent $event): void
85
85
86
86
// Check if SQLite is enabled
87
87
if ($isDriverException && $this->isSQLitePlatform() && !\extension_loaded('sqlite3')) {
88
-
$event->setException(new \Exception('PHP extension "sqlite3" must be enabled because, by default, the Symfony Demo application uses SQLite to store its information.'));
88
+
$event->setThrowable(new \Exception('PHP extension "sqlite3" must be enabled because, by default, the Symfony Demo application uses SQLite to store its information.'));
0 commit comments