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