Open whiskeysierra opened 7 years ago
The StatementBuilder throws an exception that could be more helpful:
if (methods.size() > 1) { throw new IllegalStateException("Multiple matching methods for [" + description + "]"); }
The StatementBuilder throws an exception that could be more helpful: