= private = protected
new(error)
Creates a new remote error that wraps the Exception error
# File lib/drb/drb.rb, line 434 def initialize(error) @reason = error.class.to_s super("#{error.message} (#{error.class})") set_backtrace(error.backtrace) end