class Riak::UserConfigurationError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/riak/errors/connection_error.rb, line 46
def initialize
  super t('pbc.user_not_username')
end