merged branch drock/exception-wrapper-use-HttpExceptionInterface (PR #530)
This PR was merged into the master branch. Commits ------- 72506950 Added use statement for HttpExceptionInterface Discussion ---------- Added use statement for HttpExceptionInterface The Exception Wrapper recent refactoring added a reference to HttpExceptionInterface but not a use statement for it. This can cause the instance of check in there to fail causing you to always get a 500 error code.
Showing
Please register or sign in to comment