Sha256: 0e1a7a119dc533e71a4f1a6b2315ab69a4df98474495ac17976a0f9a2b598a5e
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 403 module Error class Forbidden < GithubError def initialize(env) super(env) end end end # Error end # Github
Version data entries
17 entries across 17 versions & 1 rubygems