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