Exception: KO::InvalidParent
Instance Method Summary collapse
-
#initialize(msg = "only KO::Object can be a parent for KO::Object") ⇒ InvalidParent
constructor
A new instance of InvalidParent.
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 |