Polish "Improve error message when no resources exist at a script location"
See gh-25620
This commit is contained in:
@@ -161,7 +161,7 @@ class DataSourceInitializer {
|
||||
}
|
||||
else if (validate) {
|
||||
throw new InvalidConfigurationPropertyValueException(propertyName, resource,
|
||||
"Resource '" + location + "' does not exist.");
|
||||
"No resources were found at location '" + location + "'.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user