= private = protected
exception()
Create a DRbUnknownError exception containing this object.
# File lib/drb/drb.rb, line 509 def exception DRbUnknownError.new(self) end