Exception: ObjectView::IllegalChildElementError

Inherits:
ObjectViewError
  • Object
show all
Defined in:
lib/object_view/errors/illegal_child_element_error.rb

Instance Attribute Summary

Attributes inherited from ObjectViewError

#original

Instance Method Summary collapse

Constructor Details

#initialize(message = "Illegal child element") ⇒ IllegalChildElementError

Returns a new instance of IllegalChildElementError.



6
7
8
# File 'lib/object_view/errors/illegal_child_element_error.rb', line 6

def initialize(message = "Illegal child element")
  super(message)
end