class Pione::DRbPatch::ReplyReaderError
ReplyReaderError
is raised when reply reader happens something error. See ReplyReader
class.
Attributes
inner_exception[R]
Public Class Methods
new(exception)
click to toggle source
# File lib/pione/patch/drb-patch.rb, line 18 def initialize(exception) @inner_exception = exception end