Sha256: 0a6793efcd3ca7f499612039452d52da1696cd58beaca5de30a057ab0e12276a
Contents?: true
Size: 306 Bytes
Versions: 42
Compression:
Stored size: 306 Bytes
Contents
# encoding: utf-8 module Github #:nodoc # Raised when Github returns the HTTP status code 503 module Error class ServiceUnavailable < ServiceError http_status_code 503 def initialize(response) super(response) end end # ServiceUnavailable end # Error end # Github
Version data entries
42 entries across 42 versions & 1 rubygems