Module: Dexc::TestPassThroughException
- Defined in:
- lib/dexc.rb
Instance Method Summary collapse
Instance Method Details
#run_test ⇒ Object
45 46 47 48 49 |
# File 'lib/dexc.rb', line 45 def run_test(*) super rescue => e raise ExceptionWrapper, e end |