Exception: ShuntingYard::MismatchedParenthesesError
- Defined in:
- lib/shunting_yard/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ MismatchedParenthesesError
constructor
A new instance of MismatchedParenthesesError.
Constructor Details
#initialize ⇒ MismatchedParenthesesError
Returns a new instance of MismatchedParenthesesError.
11 12 13 |
# File 'lib/shunting_yard/errors.rb', line 11 def initialize super "Mismatched parentheses" end |