Write prettier exception messages
This commit is contained in:
@ -102,7 +102,7 @@ enum MDNodaRepository implements MDValueEnumInterface, JsonSerializable {
|
||||
'WIKIPEDIA' => self::wikidata,
|
||||
'wikipedia' => self::wikipedia,
|
||||
'Wikipedia' => self::wikipedia,
|
||||
default => throw new MDpageParameterNotFromListException("Unknown noda repository: '" . $input . "'"),
|
||||
default => throw new MDpageParameterNotFromListException("Unknown norm data repository: '" . $input . "'"),
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user