Exception: Omml::Errors::RootElementNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initializeRootElementNotFoundError

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