Sha256: 1683fc87b9aff65f09c648341b253fa281088a29d3dcb892c29d00ec2d7d2c4b

Contents?: true

Size: 256 Bytes

Versions: 5

Compression:

Stored size: 256 Bytes

Contents

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
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
riak-client-2.2.0.pre1 lib/riak/errors/base.rb
riak-client-2.1.0 lib/riak/errors/base.rb
riak-client-2.0.0 lib/riak/errors/base.rb
riak-client-2.0.0.rc2 lib/riak/errors/base.rb
riak-client-2.0.0.rc1 lib/riak/errors/base.rb