Method: ActionDispatch::ExceptionWrapper#exception_name

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

#exception_nameObject



216
217
218
# File 'actionpack/lib/action_dispatch/middleware/exception_wrapper.rb', line 216

def exception_name
  exception.cause.class.to_s
end