Add exceptions for invalid weight and length units
This commit is contained in:
@ -38,6 +38,7 @@ class MDErrorReporter {
|
||||
|| $exception instanceof MDPageNotInAggregatedException
|
||||
|| $exception instanceof MDWrongFileType
|
||||
|| $exception instanceof MDTooManyFilesUploadException
|
||||
|| $exception instanceof MDgenericInvalidInputsException
|
||||
|| $exception instanceof MDExpectedException
|
||||
|| $exception instanceof MDMysqliExpectedError
|
||||
) {
|
||||
|
Reference in New Issue
Block a user