class ActiveSupport::Testing::RemoteError

def initialize(exception)

def initialize(exception)
  @message = "caught #{exception.class.name}: #{exception.message}"
  @backtrace = exception.backtrace
end