Sha256: b5fa6bef8a2cc194c942374290b5d1dcd516e6e4fe743cf54e36e53820fed9a7
Contents?: true
Size: 204 Bytes
Versions: 27
Compression:
Stored size: 204 Bytes
Contents
module Octobat class InvalidRequestError < OctobatError def initialize(error, http_status=nil, http_body=nil, json_body=nil) super(error, http_status, http_body, json_body) end end end
Version data entries
27 entries across 27 versions & 1 rubygems