Exception: Omml::Errors::XmlAdapterNotConfiguredError

Inherits:
BaseError show all
Defined in:
lib/omml/errors/xml_adapter_not_configured_error.rb

Instance Method Summary collapse

Constructor Details

#initializeXmlAdapterNotConfiguredError

Returns a new instance of XmlAdapterNotConfiguredError.



6
7
8
# File 'lib/omml/errors/xml_adapter_not_configured_error.rb', line 6

def initialize
  super("XML adapter is not configured")
end