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