Exception: Riak::TimeSeriesError::SerializeBigIntegerError

Inherits:
Riak::TimeSeriesError show all
Defined in:
lib/riak/errors/time_series.rb

Instance Method Summary collapse

Methods included from Util::Translation

#i18n_scope, #t

Constructor Details

#initialize(bignum) ⇒ SerializeBigIntegerError

Returns a new instance of SerializeBigIntegerError.



32
33
34
# File 'lib/riak/errors/time_series.rb', line 32

def initialize(bignum)
  super t('time_series.serialize_big_integer', bignum: bignum)
end