DRb::DRbError
An exception wrapping an error object
the class of the error, as a string.
# File drb/drb.rb, line 435 def initialize(error) @reason = error.class.to_s super("#{error.message} (#{error.class})") set_backtrace(error.backtrace) end
This page was generated for Ruby 1.8.6
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.