Make MDTypedDistinctlyToOtherVocabularyException be an expected

exception
This commit is contained in:
2024-03-04 14:39:39 +01:00
parent 203b7631cd
commit 410aa4a92c

View File

@@ -4,7 +4,7 @@ declare(strict_types = 1);
/** /**
* Exception thrown in case an update failed. * Exception thrown in case an update failed.
*/ */
final class MDTypedDistinctlyToOtherVocabularyException extends Exception { final class MDTypedDistinctlyToOtherVocabularyException extends MDgenericInvalidInputsException {
/** /**
* Error message. * Error message.
* *