class Slackpost::SlackpostError

Errors that are thrown when the message cannot be delivered.

Public Class Methods

new(msg = 'Message could not be delivered.') click to toggle source
Calls superclass method
# File lib/slackpost/exceptions.rb, line 4
def initialize(msg = 'Message could not be delivered.')
  super
end