Exception: BSON::Error::InvalidDecimal128Range
- Inherits:
-
BSON::Error
- Object
- StandardError
- BSON::Error
- BSON::Error::InvalidDecimal128Range
- Defined in:
- lib/bson/error/invalid_decimal128_range.rb
Overview
Raised when the exponent is outside the valid range.
Constant Summary collapse
- MESSAGE =
Deprecated.
The custom error message for this error.
'Value out of range for Decimal128 representation.'
Instance Method Summary collapse
-
#message ⇒ String
Get the custom error message for the exception.