Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds exception thrown by execute() method
My IDE was telling me I was trying to catch a non-existent exception, however it's clear by digging down a level that the Exception is throw by this class, so this simply annotates that. Perhaps this should catch it and throw a QueryException?
- Loading branch information