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