lib/riak/errors/base.rb in riak-client-2.2.0.pre1 vs lib/riak/errors/base.rb in riak-client-2.2.0

- old
+ new

@@ -1,6 +1,6 @@ module Riak - + # Superclass for all errors raised by riak-client. If you catch an error # that the client raises that isn't descended from this class, please # file a bug. Thanks! class Error < StandardError include Util::Translation