class Echochamber::Request::Failure

Attributes

original_exception[R]

Public Class Methods

new(msg, original_exception) click to toggle source
# File lib/echochamber/request.rb, line 10
def initialize msg, original_exception
  @message = msg
  @original_exception = original_exception
end