Sha256: 4bc4619cb6ef9326ee1d141eefbb15dac8fb521075e972882eea55d2ffd3eb81
Contents?: true
Size: 214 Bytes
Versions: 3
Compression:
Stored size: 214 Bytes
Contents
module Genius class Error < StandardError; end class NotFoundError < Error; end class AuthenticationError < Error; end class MissingAccessTokenError < Error; end class NotReloadableError < Error; end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
genius-0.1.2 | lib/genius/errors.rb |
genius_fixed-0.1.2 | lib/genius/errors.rb |
genius-0.1.1 | lib/genius/errors.rb |