class ActionController::Route::Param::ValueError

Overview

raised when a param is provided however the value is not parsable or usable

Defined in:

action-controller/router/route_params.cr

Instance methods inherited from class ActionController::Route::Param::Error

parameter : String | Nil parameter, restriction : String | Nil restriction

Constructor methods inherited from class ActionController::Route::Param::Error

new(message, parameter : Nil | String = nil, restriction : Nil | String = nil) new