Sha256: 33795a47e18cbdaa6c736fd045764bca2c2a1d26914fb932e58280f1b5caecc2
Contents?: true
Size: 245 Bytes
Versions: 17
Compression:
Stored size: 245 Bytes
Contents
# encoding: utf-8 module Github #:nodoc # Raised when Github returns the HTTP status code 404 module Error class ServiceUnavailable < GithubError def initialize(env) super(env) end end end # Error end # Github
Version data entries
17 entries across 17 versions & 1 rubygems