Exception: ShuntingYard::InvalidArgumentsCountError
- Defined in:
- lib/shunting_yard/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidArgumentsCountError
constructor
A new instance of InvalidArgumentsCountError.
Constructor Details
#initialize ⇒ InvalidArgumentsCountError
Returns a new instance of InvalidArgumentsCountError.
5 6 7 |
# File 'lib/shunting_yard/errors.rb', line 5 def initialize super "Invalid arguments count passed to one of functions or operators" end |