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; }