Exception: Squirm::Procedure::TooManyChoices

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/squirm/procedure.rb

Overview

Raised when an overloaded stored procedure is specified, but no argument list is given.

To avoid this error when using overloaded procedures, initialize the Squirm::Procedure with the ‘:args` option.