class Hamilton::Errors::ParamTypeMissmatch

Overview

Exception raised when a method parameter passed in **params has wrong type.

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, type : Class, param_type : Class) #