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