From ef00d81c1d70b9402f22ba00c52bc2fca7a2e8e5 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 21 Sep 2020 10:42:26 +0200 Subject: [PATCH] Add MDcouldNotPublish to list of accepted exceptions --- MDErrorReporter.php | 1 + 1 file changed, 1 insertion(+) diff --git a/MDErrorReporter.php b/MDErrorReporter.php index af1e28f..e2df86a 100644 --- a/MDErrorReporter.php +++ b/MDErrorReporter.php @@ -41,6 +41,7 @@ final class MDErrorReporter { || $exception instanceof MDgenericInvalidInputsException || $exception instanceof MDExpectedException || $exception instanceof MDMysqliExpectedError + || $exception instanceof MDcouldNotSetPublic ) { return self::MD_ERROR_KNOWN; }