Sha256: 83066467d696eb3ee6d9ad62f46a3ff7816865b144bc9c20296c9f755e48c7c5
Contents?: true
Size: 254 Bytes
Versions: 12
Compression:
Stored size: 254 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
12 entries across 12 versions & 2 rubygems