lib/async/rest/error.rb in async-rest-0.8.2 vs lib/async/rest/error.rb in async-rest-0.9.0
- old
+ new
@@ -20,7 +20,10 @@
module Async
module REST
class Error < StandardError
end
+
+ class RequestFailure < Error
+ end
end
end
- old
+ new