Sha256: 6965f18e4f13204d86d8aa107243f7dd9e4458895e51fe100348992b3620d2ad
Contents?: true
Size: 190 Bytes
Versions: 2
Compression:
Stored size: 190 Bytes
Contents
module Fed module Http module Errors class NotFound < StandardError; end class ServerError < StandardError; end class BadFeed < StandardError; end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fed-0.0.5 | lib/fed/http/errors.rb |
fed-0.0.4 | lib/fed/http/errors.rb |