Exception: Esql::InvalidFunctionError

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

Instance Method Summary collapse

Constructor Details

#initialize(function) ⇒ InvalidFunctionError



14
15
16
# File 'lib/esql.rb', line 14

def initialize(function)
  super("No such function: #{function}")
end