class Hamilton::Errors::MissingCmdHandlerMethodParam

Overview

Exception raised when CmdHandler method doesn't contain parameter it handles.

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) #