Exception: DBus::Object::UndefinedInterface

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

Overview

Dummy undefined interface class.

Instance Method Summary collapse

Constructor Details

#initialize(sym) ⇒ UndefinedInterface

Returns a new instance of UndefinedInterface.



89
90
91
# File 'lib/dbus/export.rb', line 89

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