Exception: Tweetly::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/tweetly/error.rb

Direct Known Subclasses

Unauthorized

Defined Under Namespace

Classes: Unauthorized

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ Tweetly::Error

Initializes a new Error object

Parameters:

  • message (String)

    the error message



8
9
10
# File 'lib/tweetly/error.rb', line 8

def initialize(message)
  super(message)
end