class URI::Params::Serializable::NestedContentForScalarParamError

Overview

Raised when a scalar param has nested content in the query. For example, if foo is Int32, then foo[bar]= makes no sense.

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(param_path : Tuple, nested_path : Array(String), type) #

[View source]