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.



91
92
93
# File 'lib/dbus/export.rb', line 91

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