Add MDInvalidNodaLink to list of expected / handled errors
This commit is contained in:
parent
eedc05d365
commit
6506433dea
|
@ -42,6 +42,7 @@ final class MDErrorReporter {
|
|||
|| $exception instanceof MDExpectedException
|
||||
|| $exception instanceof MDMysqliExpectedError
|
||||
|| $exception instanceof MDcouldNotSetPublic
|
||||
|| $exception instanceof MDInvalidNodaLink
|
||||
) {
|
||||
return self::MD_ERROR_KNOWN;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user