How to disable error catching in Meteor validated methods?

mdg:validated-method catches errors for me, but I don’t want it to. It’s making it difficult for me to trace problems. Is there a way to disable error-catching?

Can you give an example of what’s being caught that you’d like to avoid?