Add MDInvalidNodaLink to list of expected / handled errors

This commit is contained in:
2023-05-24 22:03:12 +02:00
parent eedc05d365
commit 6506433dea

View File

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