Add MDcouldNotPublish to list of accepted exceptions

This commit is contained in:
Joshua Ramon Enslin 2020-09-21 10:42:26 +02:00 committed by Stefan Rohde-Enslin
parent 31eb62700d
commit ef00d81c1d

View File

@ -41,6 +41,7 @@ final class MDErrorReporter {
|| $exception instanceof MDgenericInvalidInputsException
|| $exception instanceof MDExpectedException
|| $exception instanceof MDMysqliExpectedError
|| $exception instanceof MDcouldNotSetPublic
) {
return self::MD_ERROR_KNOWN;
}