Exception: Dispatcher::Slack::Exceptions::InvalidWebookToken
- Inherits:
-
StandardError
- Object
- StandardError
- Dispatcher::Slack::Exceptions::InvalidWebookToken
- Defined in:
- lib/bas/dispatcher/slack/exceptions/invalid_webhook_token.rb
Overview
Domain specific representation when an invalid webhook token is provided to Slack.
Instance Method Summary collapse
-
#initialize(message = "The provided Webhook token is invalid.") ⇒ InvalidWebookToken
constructor
A new instance of InvalidWebookToken.
Constructor Details
#initialize(message = "The provided Webhook token is invalid.") ⇒ InvalidWebookToken
Returns a new instance of InvalidWebookToken.
10 11 12 |
# File 'lib/bas/dispatcher/slack/exceptions/invalid_webhook_token.rb', line 10 def initialize( = "The provided Webhook token is invalid.") super() end |