Method: ActionDispatch::ExceptionWrapper#exception_id

Defined in:
actionpack/lib/action_dispatch/middleware/exception_wrapper.rb

#exception_idObject



228
229
230
# File 'actionpack/lib/action_dispatch/middleware/exception_wrapper.rb', line 228

def exception_id
  exception.object_id
end