Exception: ShuntingYard::InvalidArgumentsCountError

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidArgumentsCountError

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