class URI::Params::Serializable::ParamIndexOutOfBoundsError

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

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 : Tuple, index, size) #

[View source]