Exception: Omml::Errors::XmlAdapterNotConfiguredError
- Inherits:
-
BaseError
- Object
- StandardError
- Omml::Error
- BaseError
- Omml::Errors::XmlAdapterNotConfiguredError
- Defined in:
- lib/omml/errors/xml_adapter_not_configured_error.rb
Instance Method Summary collapse
-
#initialize ⇒ XmlAdapterNotConfiguredError
constructor
A new instance of XmlAdapterNotConfiguredError.
Constructor Details
#initialize ⇒ XmlAdapterNotConfiguredError
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 |