class Hamilton::Errors::UnsupportedCmdHandlerCommand

Overview

Exception raised when CmdHandler method's tries to handle unsupported command.

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(cmd : String = "/signal", reason : String = " with `:async` flag on") #