Exception: Riak::BackendCreationError
- Defined in:
- lib/riak/errors/backend_creation.rb
Instance Method Summary collapse
-
#initialize(backend) ⇒ BackendCreationError
constructor
A new instance of BackendCreationError.
Methods included from Util::Translation
Constructor Details
#initialize(backend) ⇒ BackendCreationError
Returns a new instance of BackendCreationError.
5 6 7 |
# File 'lib/riak/errors/backend_creation.rb', line 5 def initialize(backend) super t('protobuffs_configuration', backend: backend) end |