parent
d7090b500b
commit
651f4f7236
|
@ -93,8 +93,7 @@ public final class ImportCandidates implements Iterable<String> {
|
||||||
return classLoader.getResources(location);
|
return classLoader.getResources(location);
|
||||||
}
|
}
|
||||||
catch (IOException ex) {
|
catch (IOException ex) {
|
||||||
throw new IllegalArgumentException("Failed to load configurations from location [" + location + "]",
|
throw new IllegalArgumentException("Failed to load configurations from location [" + location + "]", ex);
|
||||||
ex);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue