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