lib/duracloud/error_handler.rb in duracloud-client-0.0.1 vs lib/duracloud/error_handler.rb in duracloud-client-0.0.2
- old
+ new
@@ -43,16 +43,6 @@
def response_has_error_message?
response.plain_text? && response.has_body?
end
end
-
- # class StoreContentErrorHandler < ErrorHandler
- # def handle_400
- # InvalidContentIDError
- # end
-
- # def handle_409
- # ChecksumError
- # end
- # end
end