Exception: Twttr::Client::Error::HTTPError

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

Overview

 HTTP related errors

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'HTTP Error') ⇒ HTTPError

Returns a new instance of HTTPError.



9
10
11
# File 'lib/twttr/client/error.rb', line 9

def initialize(msg = 'HTTP Error')
  super
end