Method: Aesop::Aesop#dispatch_exception
- Defined in:
- lib/aesop/aesop.rb
#dispatch_exception(exception) ⇒ Object
68 69 70 71 |
# File 'lib/aesop/aesop.rb', line 68 def dispatch_exception(exception) record_exception_dispatch(exception) Aesop::Dispatcher.instance.dispatch_exception(exception) end |