Exception: Riak::BackendCreationError

Inherits:
Error
  • Object
show all
Defined in:
lib/riak/errors/backend_creation.rb

Instance Method Summary collapse

Methods included from Util::Translation

#i18n_scope, #t

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