Amrita::ModelMisMatch (Class)

In: lib/amrita/node_expand.rb
Parent: RuntimeError

Methods

new  

Public Class methods

[Source]

# File lib/amrita/node_expand.rb, line 143
    def initialize(model_type, node_type)
      msg = %[#{model_type} can't expand #{node_type}]
      super(msg)
    end

[Validate]