class YTLabsApi::NetworkError

To be implemented in the Client.

Public Class Methods

new(status, body) click to toggle source
Calls superclass method
# File lib/ytlabs_api.rb, line 13
def initialize(status, body)
  super("Error. HTTP status: #{status}. Response body: #{body}")
end