Skip to content

Commit d017c65

Browse files
authored
Merge pull request #96 from Nicklas373/dev/fe/master-live
v3.2.2 20240325 [Frontend Module]
2 parents e4a5783 + b5fc593 commit d017c65

14 files changed

+648
-580
lines changed

app/Exceptions/Handler.php

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
use Illuminate\Support\Facades\Route;
1212
use Illuminate\Session\TokenMismatchException;
1313
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
14+
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
15+
use Symfony\Component\Routing\Exception\RouteNotFoundException;
1416
use Throwable;
1517

1618
class Handler extends ExceptionHandler

composer.lock

+32-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)