diff options
author | Florian Pritz <bluewind@xinu.at> | 2020-04-19 13:48:22 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2020-04-19 13:55:45 +0200 |
commit | 4bc1a611da7776f22f2cfeee8e472038b7d8673c (patch) | |
tree | 4fc79ad617a28cf8780138a91f1079cfe6337054 /NEWS | |
parent | ac934ca94370f5204319f88eef0a7747fe7e133a (diff) |
Reclassify various exceptions as InsufficientPermissionsException
That way they get the correct HTTP status code and they also get ignored
by the logging code.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +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 + - Reclassify various user input/insufficient permission exceptions 3.4.3 2019-12-07 - PHP 7.4 compatibility fixes |