5.0.0-beta18
Simplify exception logical condition When rendering the custom exception page, we test if the MissingRequiredAttributeException. But it also had to be a HTTP exception. That was never the case (also before #313). By removing the first part of the statement, the error message is displayed correctly once again.