class

Schema::Definition::ParamIndexOutOfBoundsError

Inherits Schema::Definition::Error < Exception < Reference < Object

Raised when a param in the query has an index out of boundaries. For example, if foo is Array(Int32), then this query would raise: "foo[-1]=42".

Constructors

new(path : Tuple, index, size)
Source