class AwesomeXML::Type::UnknownNodeType
An excception of this type is raised if ‘type` is given as a Symbol to `.for`, but does not represent one of the native `AwesomeXML` types.
Public Class Methods
new(type)
click to toggle source
Calls superclass method
# File lib/awesome_xml/type.rb, line 35 def initialize(type) super("Cannot create node with unknown node type '#{type}'.") end