class BSON::Error::InvalidDecimal128Range
Raised when the exponent is outside the valid range.
Constants
- MESSAGE
The custom error message for this error.
@deprecated
Public Instance Methods
message()
click to toggle source
Get the custom error message for the exception.
@example Get the message.
error.message
@return [ String
] The error message.
# File lib/bson/error/invalid_decimal128_range.rb, line 21 def message MESSAGE end