Skip to content

Commit

Permalink
Merge pull request #3234 from kdambekalns/bugfix/status-400-for-Inval…
Browse files Browse the repository at this point in the history
…idHashException

BUGFIX: Set InvalidHashException status code to 400
  • Loading branch information
robertlemke authored Nov 13, 2023
2 parents 467500a + 5bc07b3 commit baff3ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
*/
class InvalidHashException extends \Neos\Flow\Security\Exception
{
protected $statusCode = 400;
}

0 comments on commit baff3ad

Please sign in to comment.