class URI::Params::Serializable::ParamIndexOutOfBoundsError
- URI::Params::Serializable::ParamIndexOutOfBoundsError
- URI::Params::Serializable::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"
.