Exception: AgentXmpp::Xmpp::NoNameXmlnsRegistered

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/agent_xmpp/xmpp/error_response.rb

Overview


Instance Method Summary collapse

Constructor Details

#initialize(klass) ⇒ NoNameXmlnsRegistered

Returns a new instance of NoNameXmlnsRegistered.



10
11
12
# File 'lib/agent_xmpp/xmpp/error_response.rb', line 10

def initialize(klass)
  super "Class #{klass} has not set name and xmlns"
end