class ViewModel::Migration::NoPathError

def detail

def detail
  "No migration path for #{vm_name} from #{from} to #{to}"
end