Sha256: 3e946f57a02fa343c3a3c77137b91c1d777e775cee8872d23bba369b0ac168fb
Contents?: true
Size: 194 Bytes
Versions: 2
Compression:
Stored size: 194 Bytes
Contents
# encoding: utf-8 module Candy # Every other exception type falls under CandyError for easy catching. class CandyError < StandardError; end class ConnectionError < CandyError; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
candy-0.0.2 | lib/candy/exceptions.rb |
candy-0.0.1 | lib/candy/exceptions.rb |