lib/riak/sibling_error.rb in riakpb-0.1.6 vs lib/riak/sibling_error.rb in riakpb-0.2.0
- old
+ new
@@ -1,11 +1,11 @@
require 'riak'
-module Riak
- # Exception raised when the expected response code from Riak
+module Riakpb
+ # Exception raised when the expected response code from Riakpb
# fails to match the actual response code.
class SiblingError < StandardError
- include Riak::Util::Translation
+ include Riakpb::Util::Translation
attr_reader :key
def initialize(key)
@key = key