class

OpenGLBindingGenerator::XMLFormatError

Inherits Exception < Reference < Object

Indicates an error occurred while extracting information from XML. This typically involves a missing required attribute or child node.

Constructors

new(message, node : XML::Node, cause = nil)

Creates the error.

Source

Instance methods

node

Problematic node.

Source