You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException is already handled by the exception parser, because it implements the HttpExceptionInterface.
Can you double check the exception class to make sure you've reported the correct one? Plus if you are getting an exception that is not rendered - what's triggering the exception?
I'm closing this because I think you mean the Symfony\Component\Routing\Exception\MethodNotAllowedException - which isn't encountered in normal Laravel request/response handling.
The Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException is already handled by the exception parser, because it implements the HttpExceptionInterface. I added this test to ensure that it was covered: laravel-json-api/exceptions@fd6c2e0
No description provided.
The text was updated successfully, but these errors were encountered: