class URI::Params::Serializable::InvalidParamIndexError

Overview

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".

Defined in:

http-params-serializable/errors.cr

Constructors

Instance methods inherited from class URI::Params::Serializable::Error

build_path(*path) build_path, path : Array(String) path

Constructor Detail

def self.new(path, value) #

[View source]