From 410aa4a92c3da243610b4f15310c20d7fcf22285 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 4 Mar 2024 14:39:39 +0100 Subject: [PATCH] Make MDTypedDistinctlyToOtherVocabularyException be an expected exception --- .../updates/MDTypedDistinctlyToOtherVocabularyException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exceptions/updates/MDTypedDistinctlyToOtherVocabularyException.php b/exceptions/updates/MDTypedDistinctlyToOtherVocabularyException.php index 52e1416..31bf889 100644 --- a/exceptions/updates/MDTypedDistinctlyToOtherVocabularyException.php +++ b/exceptions/updates/MDTypedDistinctlyToOtherVocabularyException.php @@ -4,7 +4,7 @@ declare(strict_types = 1); /** * Exception thrown in case an update failed. */ -final class MDTypedDistinctlyToOtherVocabularyException extends Exception { +final class MDTypedDistinctlyToOtherVocabularyException extends MDgenericInvalidInputsException { /** * Error message. *