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