"DTD/xhtml1-strict.dtd">
Class Amrita::ModelMisMatch
In: lib/amrita/node_expand.rb
Parent: RuntimeError
Methods
new   
Public Class methods
new(model_type, node_type)
# 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