lib/ruby-mws/exceptions.rb in ruby-mws-0.0.3 vs lib/ruby-mws/exceptions.rb in ruby-mws-0.0.4
- old
+ new
@@ -7,6 +7,11 @@
end
class NoNextToken < MWSException
end
+ class ErrorResponse < MWSException
+ end
+
+ class BadResponseError < MWSException
+ end
end
\ No newline at end of file