Class: Lutaml::Xml::Error::XmlConfigurationError

Inherits:
XmlError show all
Defined in:
lib/lutaml/xml/error/xml_configuration_error.rb

Overview

Raised when there is a general XML configuration error

This error is raised for XML configuration issues that don’t fit into more specific error categories.

Examples:

raise XmlConfigurationError.new("Missing required namespace declaration")