Exception: SlackBot::Errors::BlockActionNotImplemented
- Inherits:
-
SlackBot::Error
- Object
- StandardError
- SlackBot::Error
- SlackBot::Errors::BlockActionNotImplemented
- Defined in:
- lib/slack_bot/errors.rb,
sig/slack_bot.rbs
Instance Method Summary collapse
-
#initialize ⇒ BlockActionNotImplemented
constructor
A new instance of BlockActionNotImplemented.
Constructor Details
#initialize ⇒ BlockActionNotImplemented
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 |