Exception: Pione::DRbPatch::ReplyReaderError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/pione/patch/drb-patch.rb

Overview

ReplyReaderError is raised when reply reader happens something error. See +ReplyReader+ class.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(exception) ⇒ ReplyReaderError

Returns a new instance of ReplyReaderError.



18
19
20
# File 'lib/pione/patch/drb-patch.rb', line 18

def initialize(exception)
  @inner_exception = exception
end

Instance Attribute Details

#inner_exceptionObject (readonly)

Returns the value of attribute inner_exception.



16
17
18
# File 'lib/pione/patch/drb-patch.rb', line 16

def inner_exception
  @inner_exception
end