module Mm2ep
  module Depend
    class VarNotDefined < Depend::EvalError
    end
  end
end