Sha256: 5a61e12a3590b9494eb5e9a14a6f37769a56dd7cbd7417acb31e87fdaadf8b61
Contents?: true
Size: 180 Bytes
Versions: 1
Compression:
Stored size: 180 Bytes
Contents
module Bickle class Error < StandardError; end class HttpClientError < Error; end class InvalidRepositoryNameError < Error; end class InvalidResponseError < Error; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bickle-0.0.1 | lib/bickle/errors.rb |