Sha256: 56322bfdd266ae97a72b101f698bd213339871cd0bb67a30df0615e01143c9d5
Contents?: true
Size: 338 Bytes
Versions: 19
Compression:
Stored size: 338 Bytes
Contents
module Berkshelf::API class APIError < StandardError; end # Thrown when an actor was expected to be running but wasn't class NotStartedError < APIError; end class SaveNotFoundError < APIError; end class InvalidSaveError < APIError; end class MetadataLoadError < APIError; end class ConfigNotFoundError < APIError; end end
Version data entries
19 entries across 19 versions & 1 rubygems