Merge pull request #24 from hayeah/master

Fixes Qiniu::RS::Exception Issue
This commit is contained in:
404
2012-11-29 01:53:46 -08:00
-3
View File
@@ -4,9 +4,6 @@ module Qiniu
module RS
class Exception < RuntimeError
def to_s
inspect
end
end
class ResponseError < Exception