lib/candy/exceptions.rb in candy-0.0.2 vs lib/candy/exceptions.rb in candy-0.1.0

- old
+ new

@@ -2,6 +2,8 @@ module Candy # Every other exception type falls under CandyError for easy catching. class CandyError < StandardError; end class ConnectionError < CandyError; end + + class TypeError < CandyError; end end \ No newline at end of file