Display wrong input in MDTagRelationType
This commit is contained in:
@@ -40,7 +40,7 @@ enum MDTagRelationType implements MDValueEnumInterface, JsonSerializable {
|
||||
'topic' => self::topic,
|
||||
'mentioned' => self::mentioned,
|
||||
'taxon' => self::taxon,
|
||||
default => throw new MDpageParameterNotFromListException("Unknown tag relation type"),
|
||||
default => throw new MDpageParameterNotFromListException("Unknown tag relation type: " . $input),
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user