class

Schema::Definition::InvalidParamIndexError

Inherits Schema::Definition::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