Exception: Slackpost::SlackpostError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/slackpost/exceptions.rb

Overview

Errors that are thrown when the message cannot be delivered.

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Message could not be delivered.') ⇒ SlackpostError

Returns a new instance of SlackpostError.



4
5
6
# File 'lib/slackpost/exceptions.rb', line 4

def initialize(msg = 'Message could not be delivered.')
  super
end