class ActionController::InvalidParameterKey
# => ActionController::InvalidParameterKey: all keys must be Strings or Symbols, got: Integer
ActionController::Parameters.new(123 => 456)
Raised when initializing Parameters with keys that aren’t strings or symbols.