Is there a way to capture the view not found exception (not the http route not found) in Laravel 5.2 and display a custom error? I tried to capture InvalidArgumentException in app/Exceptions/handler and return a simple message with no luck.
Still not working. When I go to a view that doesn't exist, I still get the Laravel "ErrorException in FileViewFinder.php line 137 ...view not found...." I would like to show something else when a view does not exists.