Extend concordance lists, link concordance.museum-digital.org in error

messages
This commit is contained in:
2025-11-27 15:36:05 +01:00
parent 98e5a85fb8
commit 64018fd9a2
3 changed files with 16 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ final class MDImporterMissingConcordance extends Exception {
}
$exception = new MDImporterMissingConcordance("Unmapped specific value of type " . $target_type . ": " . $value_to_map);
$exception = new MDImporterMissingConcordance("Unmapped specific value of type " . $target_type . ": " . $value_to_map . PHP_EOL . "Please consult https://concordance.museum-digital.org for filling out missing concordances");
$exception->target_type = $target_type;
$exception->value_to_map = $value_to_map;