Exception: Slackpost::SlackpostError
- Inherits:
-
StandardError
- Object
- StandardError
- Slackpost::SlackpostError
- Defined in:
- lib/slackpost/exceptions.rb
Overview
Errors that are thrown when the message cannot be delivered.
Instance Method Summary collapse
-
#initialize(msg = 'Message could not be delivered.') ⇒ SlackpostError
constructor
A new instance of SlackpostError.
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 |