I want to include all possible exceptions, apart from the Illuminate\Auth\AuthenticationException, as this occurs frequently when people hit a valid URL when they are not logged in and are redirected back to the login page.
I see the capture option, but is there a way to include all exceptions apart from those in a list I can define?
I want to include all possible exceptions, apart from the Illuminate\Auth\AuthenticationException, as this occurs frequently when people hit a valid URL when they are not logged in and are redirected back to the login page.
I see the capture option, but is there a way to include all exceptions apart from those in a list I can define?