Exception: Riak::ListError

Inherits:
Error show all
Defined in:
lib/riak/errors/list_error.rb

Overview

Exception raised when listing objects in Riak

Instance Method Summary collapse

Methods included from Util::Translation

#i18n_scope, #t

Constructor Details

#initialize(message) ⇒ ListError

Returns a new instance of ListError.



20
21
22
# File 'lib/riak/errors/list_error.rb', line 20

def initialize(message)
  super(message)
end