Skip to content

5.0.0-beta18

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 11:05
688447b
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.