Add MDExpectedException as a parent class for MDAccessDeniedException,

make it expected
This commit is contained in:
2020-08-06 10:33:20 +02:00
committed by Stefan Rohde-Enslin
parent db5692cec0
commit ac9cda19fc
3 changed files with 23 additions and 1 deletions

View File

@ -38,6 +38,7 @@ class MDErrorReporter {
|| $exception instanceof MDPageNotInAggregatedException
|| $exception instanceof MDWrongFileType
|| $exception instanceof MDTooManyFilesUploadException
|| $exception instanceof MDExpectedException
|| $exception instanceof MDMysqliExpectedError
) {
return self::MD_ERROR_KNOWN;