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