Exception: ShuntingYard::MismatchedParenthesesError

Inherits:
Error
  • Object
show all
Defined in:
lib/shunting_yard/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeMismatchedParenthesesError

Returns a new instance of MismatchedParenthesesError.



11
12
13
# File 'lib/shunting_yard/errors.rb', line 11

def initialize
  super "Mismatched parentheses"
end