class Riak::CrdtError::UnrecognizedDataType

Public Class Methods

new(given_type) click to toggle source
Calls superclass method
# File lib/riak/errors/crdt_error.rb, line 19
def initialize(given_type)
  super t('crdt.unrecognized_type', type: given_type)
end