lib/xhash/error.rb in xhash_client-0.3.2 vs lib/xhash/error.rb in xhash_client-0.3.3
- old
+ new
@@ -10,6 +10,8 @@
end
class MissingRequiredFieldError < Error; end
class InvalidFieldError < Error; end
+
+ class MalformedResponse < Error; end
end