Add exceptions for invalid weight and length units

This commit is contained in:
2020-08-06 11:34:33 +02:00
committed by Stefan Rohde-Enslin
parent ac9cda19fc
commit 7ed9502290
4 changed files with 60 additions and 1 deletions

View File

@ -38,6 +38,7 @@ class MDErrorReporter {
|| $exception instanceof MDPageNotInAggregatedException
|| $exception instanceof MDWrongFileType
|| $exception instanceof MDTooManyFilesUploadException
|| $exception instanceof MDgenericInvalidInputsException
|| $exception instanceof MDExpectedException
|| $exception instanceof MDMysqliExpectedError
) {