Add MDcouldNotPublish to list of accepted exceptions
This commit is contained in:
@ -41,6 +41,7 @@ final class MDErrorReporter {
|
||||
|| $exception instanceof MDgenericInvalidInputsException
|
||||
|| $exception instanceof MDExpectedException
|
||||
|| $exception instanceof MDMysqliExpectedError
|
||||
|| $exception instanceof MDcouldNotSetPublic
|
||||
) {
|
||||
return self::MD_ERROR_KNOWN;
|
||||
}
|
||||
|
Reference in New Issue
Block a user