Exception: KO::InvalidParent

Inherits:
Error
  • Object
show all
Defined in:
lib/ko.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "only KO::Object can be a parent for KO::Object") ⇒ InvalidParent

Returns a new instance of InvalidParent.



21
22
23
# File 'lib/ko.rb', line 21

def initialize(msg = "only KO::Object can be a parent for KO::Object")
  super(msg)
end