Exception: RemotelyExceptional::InvalidHandlerResponse

Inherits:
Error
  • Object
show all
Defined in:
lib/remotely_exceptional/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeInvalidHandlerResponse

Returns a new instance of InvalidHandlerResponse.



7
8
9
10
# File 'lib/remotely_exceptional/exceptions.rb', line 7

def initialize(*)
  super
  @original_exception = $!
end

Instance Attribute Details

#original_exceptionObject

Returns the value of attribute original_exception.



6
7
8
# File 'lib/remotely_exceptional/exceptions.rb', line 6

def original_exception
  @original_exception
end