Add type / value to MDImporterMissingConcordance
This commit is contained in:
@@ -99,7 +99,7 @@ final class MDConcCurrencies implements MDImporterConcordanceListInterface {
|
||||
if (in_array($input, MDCurrenciesSet::CURRENCIES, true)) {
|
||||
return $input;
|
||||
}
|
||||
throw new MDImporterMissingConcordance("Unknown currency: " . $input);
|
||||
throw MDImporterMissingConcordance::setup("currency", $input);
|
||||
}
|
||||
|
||||
return self::CURRENCIES_LIST[$input];
|
||||
|
||||
Reference in New Issue
Block a user