class URI::Params::Serializable::NestedContentForScalarParamError
- URI::Params::Serializable::NestedContentForScalarParamError
- URI::Params::Serializable::Error
- Exception
- Reference
- Object
Overview
Raised when a scalar param has nested content in the query.
For example, if foo
is Int32
, then foo[bar]=
makes no sense.