From ac934ca94370f5204319f88eef0a7747fe7e133a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 19 Apr 2020 13:47:34 +0200 Subject: Reclassify various exceptions as UserInputException These are errors that a user can correct themselves so we should classify them accordingly. That way they get the correct HTTP status code and they also get ignored by the logging code. Signed-off-by: Florian Pritz --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ca67c6f6a..94adab041 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ This file lists major, incompatible or otherwise important changes, you should l NEXT - Log PublicApiException to error log + - Reclassify various user input exceptions 3.4.3 2019-12-07 - PHP 7.4 compatibility fixes -- cgit v1.2.3-24-g4f1b