Exception: Gettc::BadResponseError

Inherits:
HttpError show all
Defined in:
lib/gettc/download.rb

Instance Attribute Summary

Attributes inherited from HttpError

#request, #response

Instance Method Summary collapse

Constructor Details

#initialize(request, response, message = "Server response is in bad format") ⇒ BadResponseError

Returns a new instance of BadResponseError.



36
37
38
# File 'lib/gettc/download.rb', line 36

def initialize(request, response, message = "Server response is in bad format")
  super request, response, message
end