URI::Params::Serializable::InvalidParamIndexError
Inherits URI::Params::Serializable::Error / Exception / Reference / Object
Raised when a param in the query has an invalid index (e.g. string value).
For example, if foo is Array(Int32), then this query would raise: "foo[bar]=42".
Constructors
new(path, value)
Source