Sha256: 1fa3f5b161c787ae2f401e833c2707db6e95d1a22a83d949519826c61eb4cc09

Contents?: true

Size: 198 Bytes

Versions: 27

Compression:

Stored size: 198 Bytes

Contents

# frozen_string_literal: true
module BitsService
  module Errors
    class Error < StandardError; end
    class FileDoesNotExist < Error; end
    class UnexpectedResponseCode < Error; end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
bits_service_client-0.2.2.pre.10 lib/bits_service_client/errors.rb
bits_service_client-0.2.2.pre.9 lib/bits_service_client/errors.rb
bits_service_client-0.2.2.pre.8 lib/bits_service_client/errors.rb
bits_service_client-0.2.2.pre.7 lib/bits_service_client/errors.rb
bits_service_client-0.2.2.pre.6 lib/bits_service_client/errors.rb
bits_service_client-0.2.2.pre.5 lib/bits_service_client/errors.rb
bits_service_client-0.2.2.pre.4 lib/bits_service_client/errors.rb