namarara/lib/errors/invalid_grammar.rb

7 lines
92 B
Ruby
Raw Normal View History

2017-09-15 10:52:29 +00:00
module Mm2ep
module Depend
class InvalidGrammar < Depend::EvalError
end
end
end