namarara/lib/errors/invalid_grammar.rb
2017-09-15 12:52:29 +02:00

7 lines
92 B
Ruby

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