class Gemstash::ConnectionError

Public Class Methods

new(message) click to toggle source
Calls superclass method Gemstash::WebError::new
# File lib/gemstash/http_client.rb, line 20
def initialize(message)
  super(message, 502) # Bad Gateway
end