Exception: DBus::Object::UndefinedInterface

Inherits:
ScriptError
  • Object
show all
Defined in:
lib/dbus/object.rb

Overview

Dummy undefined interface class.

Instance Method Summary collapse

Constructor Details

#initialize(sym) ⇒ UndefinedInterface

Returns a new instance of UndefinedInterface.



90
91
92
# File 'lib/dbus/object.rb', line 90

def initialize(sym)
  super "No interface specified for #{sym}"
end