Creates the specified error. @param error error to be thrown @param arg error arguments @return error
(final QueryError error, final Object... arg)
| 4745 | * @return error |
| 4746 | */ |
| 4747 | private QueryException error(final QueryError error, final Object... arg) { |
| 4748 | return error(error, info(), arg); |
| 4749 | } |
| 4750 | |
| 4751 | /** |
| 4752 | * Creates the specified error. |
no test coverage detected