Exception: Dispatcher::Discord::Exceptions::InvalidWebookToken

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bas/dispatcher/discord/exceptions/invalid_webhook_token.rb

Overview

Domain specific representation when an invalid Discord webhook token is provided to Discord.

Instance Method Summary collapse

Constructor Details

#initialize(message = "The provided Webhook token is invalid.") ⇒ InvalidWebookToken

Returns a new instance of InvalidWebookToken.



10
11
12
# File 'lib/bas/dispatcher/discord/exceptions/invalid_webhook_token.rb', line 10

def initialize(message = "The provided Webhook token is invalid.")
  super(message)
end