Exception: SlackBot::Errors::BlockActionNotImplemented

Inherits:
SlackBot::Error
  • Object
show all
Defined in:
lib/slack_bot/errors.rb,
sig/slack_bot.rbs

Instance Method Summary collapse

Constructor Details

#initializeBlockActionNotImplemented

Returns a new instance of BlockActionNotImplemented.



22
23
24
# File 'lib/slack_bot/errors.rb', line 22

def initialize
  super("Block action is not implemented")
end