Catching Laravel 404 exception doesnt work as expected?
app\Exceptions\Handler.php
i expect to see 'hi'
but i see this:
1 Reply
ModelNotFoundException
doesn't inherit NotFoundHttpException
i see hmmm
i want to catch all 404s, but the code for ModelNotFoundException
is not 404 🤔