6 lines
87 B
Ruby
6 lines
87 B
Ruby
module Namarara
|
|
module Errors
|
|
class InvalidGrammar < EvalError
|
|
end
|
|
end
|
|
end
|