Sha256: 35683efe25bcceb3f6718e6417ef6a20a6f7faf7c3f3631bf3b57e947aec39d3
Contents?: true
Size: 197 Bytes
Versions: 16
Compression:
Stored size: 197 Bytes
Contents
module GunBroker class Error < StandardError class NotAuthorized < GunBroker::Error; end class NotFound < GunBroker::Error; end class RequestError < GunBroker::Error; end end end
Version data entries
16 entries across 16 versions & 1 rubygems