improve clarity of driver loading error

This commit is contained in:
Jonathan Shook 2022-06-22 21:15:54 -05:00
parent d7192e7b9a
commit a07adc5680

View File

@ -323,7 +323,7 @@ public class ScenarioController {
.setMaturity(this.minMaturity)
.load(activityDef)
.orElseThrow(
() -> new RuntimeException("Could not load Driver for " + activityDef + "'")
() -> new RuntimeException("Driver for '" + activityDef + "' was not found.")
);
executor = new ActivityExecutor(