class Schema::Definition::ParamIndexOutOfBoundsError
- Schema::Definition::ParamIndexOutOfBoundsError
- Schema::Definition::Error
- Exception
- Reference
- Object
Overview
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"
.