class Riak::BackendCreationError
Public Class Methods
new(backend)
click to toggle source
Calls superclass method
# File lib/riak/errors/backend_creation.rb, line 5 def initialize(backend) super t('protobuffs_configuration', backend: backend) end