Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > drbライブラリ > DRb::DRbServerNotFoundクラス

class DRb::DRbServerNotFound

クラスの継承リスト: DRb::DRbServerNotFound < DRb::DRbError < RuntimeError < StandardError < Exception < Object < Kernel < BasicObject

要約

Error raised by the DRb module when an attempt is made to refer to the context's current drb server but the context does not have one. See current_server.

class DRb::DRbServerNotFound