Right now, when something internal goes wrong with one of RV's Python commands (presumably when Mu throws an uncaught exception of its own), a generic Exception is raised on the Python side. It would be helpful if an `RVException` class were added and used instead to make it easier to distinguish RV issues from errors in other code (though it should still inherit Exception).
Thanks