class Kemal::KeyError

Overview

Error raised when a key is not found in the WWWForm. I.e. a declared parameter in the controller action is missing from the request.

Defined in:

kemal/from_www_form.cr

Constructors

Constructor Detail

def self.new(form_key : String) #

[View source]