class BSON::Decimal128::InvalidRange

Raised when the exponent is outside the valid range.

@since 4.2.0

Constants

MESSAGE

The custom error message for this error.

@since 4.2.0 @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.

@since 4.2.0

# File lib/bson/decimal128.rb, line 336
def message
  MESSAGE
end