Add MDInvalidNodaLink to list of expected / handled errors

This commit is contained in:
Joshua Ramon Enslin 2023-05-24 22:03:12 +02:00
parent eedc05d365
commit 6506433dea
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

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