class

URI::Params::Serializable::ExplicitKeyForNonScalarParam

Inherits URI::Params::Serializable::Error / Exception / Reference / Object

Raised when a non-scalar param is tried to be set explicitly with a single key. For example, if foo is a complext object, then foo=bar makes no sense.

Constructors

new(path : Tuple, type)
Source