Sha256: 9b4371d09766870f2dbcf1e7fd2f7576e8258f8321a2009b78820b5b1ea0f0a6
Contents?: true
Size: 278 Bytes
Versions: 12
Compression:
Stored size: 278 Bytes
Contents
module Berkshelf class APIClientError < StandardError; end module APIClient class TimeoutError < APIClientError; end class BadResponse < APIClientError; end class ServiceUnavaiable < APIClientError; end class ServiceNotFound < APIClientError; end end end
Version data entries
12 entries across 12 versions & 1 rubygems