class Hamilton::Errors::UnknownField

Overview

Exception raised when **params contains an unknown param.

Defined in:

errors.cr

Constructors

Instance methods inherited from class Reference

==(other : Hamilton::Any) ==

Instance methods inherited from class Object

===(other : Hamilton::Any) ===

Constructor Detail

def self.new(param_name : String | Symbol) #