Sha256: ccdd6610aaabbe57040db3ae85701775921abc8820f347c55ce9fa4a197de296
Contents?: true
Size: 192 Bytes
Versions: 5
Compression:
Stored size: 192 Bytes
Contents
require 'riak/errors/base' module Riak class BackendCreationError < Error def initialize(backend) super t('protobuffs_configuration', backend: backend) end end end
Version data entries
5 entries across 5 versions & 1 rubygems