class RemotelyExceptional::InvalidHandlerResponse

Attributes

original_exception[RW]

Public Class Methods

new(*) click to toggle source
Calls superclass method
# File lib/remotely_exceptional/exceptions.rb, line 7
def initialize(*)
  super
  @original_exception = $!
end