Sha256: c0a37b11438a495a052374732150429ea45ccf179384dad9f7581047b7d5e796
Contents?: true
Size: 279 Bytes
Versions: 33
Compression:
Stored size: 279 Bytes
Contents
module Berkshelf class APIClientError < StandardError; end module APIClient class TimeoutError < APIClientError; end class BadResponse < APIClientError; end class ServiceUnavailable < APIClientError; end class ServiceNotFound < APIClientError; end end end
Version data entries
33 entries across 33 versions & 2 rubygems