Exception: Riak::TimeSeriesError::SerializeComplexNumberError

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

#initializeSerializeComplexNumberError

Returns a new instance of SerializeComplexNumberError.



6
7
8
# File 'lib/riak/errors/time_series.rb', line 6

def initialize
  super t('time_series.serialize_complex_number')
end