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