[Source]
# File lib/xmpp4r/errors.rb, line 52 52: def initialize(klass) 53: super "Class #{klass} has not set name and xmlns" 54: end
[Validate]