Skip to content

Commit b222e08

Browse files
committed
pass an exception handler callbacklara
1 parent aac31bc commit b222e08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bootstrap/app.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@
1313
|
1414
*/
1515

16-
return Application::create()->withExceptionHandling();
16+
return Application::create()
17+
->withExceptionHandling(function ($handler) {
18+
//
19+
});

0 commit comments

Comments
 (0)