Sha256: 3f0f897bd4fba0926a8c4cd9d64073046ee49b3d77e7b2441d7b64952f219dfc
Contents?: true
Size: 244 Bytes
Versions: 24
Compression:
Stored size: 244 Bytes
Contents
module GunBroker class Error < StandardError class NotAuthorized < GunBroker::Error; end class NotFound < GunBroker::Error; end class RequestError < GunBroker::Error; end class TimeoutError < GunBroker::Error; end end end
Version data entries
24 entries across 24 versions & 1 rubygems