Exception: Riak::TimeSeriesError::SerializeBigIntegerError
- Inherits:
-
Riak::TimeSeriesError
- Object
- StandardError
- Error
- Riak::TimeSeriesError
- Riak::TimeSeriesError::SerializeBigIntegerError
- Defined in:
- lib/riak/errors/time_series.rb
Instance Method Summary collapse
-
#initialize(bignum) ⇒ SerializeBigIntegerError
constructor
A new instance of SerializeBigIntegerError.
Methods included from Util::Translation
Constructor Details
#initialize(bignum) ⇒ SerializeBigIntegerError
Returns a new instance of SerializeBigIntegerError.
18 19 20 |
# File 'lib/riak/errors/time_series.rb', line 18 def initialize(bignum) super t('time_series.serialize_big_integer', bignum: bignum) end |