Make MDTypedDistinctlyToOtherVocabularyException be an expected

exception
This commit is contained in:
Joshua Ramon Enslin 2024-03-04 14:39:39 +01:00
parent 203b7631cd
commit 410aa4a92c
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

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.
* *