class BSON::Error::InvalidDecimal128Range

Raised when the exponent is outside the valid range.

def message

Returns:
  • (String) - The error message.

Other tags:
    Example: Get the message. -
def message
  MESSAGE
end