Sha256: 157bd20cd8356642d5c5259c629611ffd42303abc7b13b877122fc91e3414fc7

Contents?: true

Size: 198 Bytes

Versions: 1

Compression:

Stored size: 198 Bytes

Contents

# frozen_string_literal: true

module EzClient
  class ResponseStatusError < StandardError
    attr_accessor :response

    def initialize(response)
      self.response = response
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ezclient-0.6.0 lib/ezclient/errors.rb