Exception: Omml::Errors::RootElementNotFoundError
- Inherits:
-
BaseError
- Object
- StandardError
- Omml::Error
- BaseError
- Omml::Errors::RootElementNotFoundError
- Defined in:
- lib/omml/errors/root_element_not_found_error.rb
Instance Method Summary collapse
-
#initialize ⇒ RootElementNotFoundError
constructor
A new instance of RootElementNotFoundError.
Constructor Details
#initialize ⇒ RootElementNotFoundError
Returns a new instance of RootElementNotFoundError.
6 7 8 |
# File 'lib/omml/errors/root_element_not_found_error.rb', line 6 def initialize super("Unable to determine OMML root element") end |