Exception: RemotelyExceptional::InvalidHandlerResponse
- Defined in:
- lib/remotely_exceptional/exceptions.rb
Instance Attribute Summary collapse
-
#original_exception ⇒ Object
Returns the value of attribute original_exception.
Instance Method Summary collapse
-
#initialize ⇒ InvalidHandlerResponse
constructor
A new instance of InvalidHandlerResponse.
Constructor Details
#initialize ⇒ InvalidHandlerResponse
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_exception ⇒ Object
Returns the value of attribute original_exception.
6 7 8 |
# File 'lib/remotely_exceptional/exceptions.rb', line 6 def original_exception @original_exception end |