lib/mashery/exceptions.rb in mashery-0.1.0 vs lib/mashery/exceptions.rb in mashery-0.1.1

- old
+ new

@@ -7,9 +7,12 @@ else JsonRpcException.new("#{options['message']} (JSON-RPC error #{options['code']})") end end end + class HttpException < Exception + end + class JsonRpcException < Exception end class DuplicateObjectException < Exception end \ No newline at end of file