Sha256: 072a27a3321ee879b9d3436178c1dc692c8e4d2062adec723f8dca79071f5c23
Contents?: true
Size: 299 Bytes
Versions: 152
Compression:
Stored size: 299 Bytes
Contents
module Gitlab module QA module Support class InvalidResponseError < StandardError attr_reader :response def initialize(address, response) @response = response super "Invalid response received from #{address}" end end end end end
Version data entries
152 entries across 152 versions & 1 rubygems