lib/junkie/errors.rb in junkie-0.0.6 vs lib/junkie/errors.rb in junkie-0.0.7

- old
+ new

@@ -5,9 +5,11 @@ class HTTP403Error < Exception; end class HTTP404Error < Exception; end class HTTP500Error < Exception; end + class InvalidResponse < Exception; end + class InvalidConfigError < Exception; end class InvalidStateError < Exception; end end