class ActionDispatch::ExceptionWrapper

def backtrace

def backtrace
  Array(@exception.backtrace)
end