class URI::Params::Serializable::ParamMissingError

Overview

Raised when a param is not nilable and missing from the query.

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) #

[View source]