Parent

Methods

Class Index [+]

Quicksearch

ActiveSupport::Testing::RemoteError

Attributes

message[R]
backtrace[R]

Public Class Methods

new(exception) click to toggle source
    # File lib/active_support/testing/isolation.rb, line 8
 8:       def initialize(exception)
 9:         @message = "caught #{exception.class.name}: #{exception.message}"
10:         @backtrace = exception.backtrace
11:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.