From 6506433dea65d34572a0ce7846a62232a7b446d3 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 24 May 2023 22:03:12 +0200 Subject: [PATCH] Add MDInvalidNodaLink to list of expected / handled errors --- MDErrorReporter.php | 1 + 1 file changed, 1 insertion(+) diff --git a/MDErrorReporter.php b/MDErrorReporter.php index d7253bb..62e1539 100644 --- a/MDErrorReporter.php +++ b/MDErrorReporter.php @@ -42,6 +42,7 @@ final class MDErrorReporter { || $exception instanceof MDExpectedException || $exception instanceof MDMysqliExpectedError || $exception instanceof MDcouldNotSetPublic + || $exception instanceof MDInvalidNodaLink ) { return self::MD_ERROR_KNOWN; }