Exception: BSON::Error::UnrepresentablePrecision
- Inherits:
-
BSON::Error
- Object
- StandardError
- BSON::Error
- BSON::Error::UnrepresentablePrecision
- Defined in:
- lib/bson/error/unrepresentable_precision.rb
Overview
Raised when the significand provided is outside the valid range.
Instance Method Summary collapse
-
#message ⇒ String
Get the custom error message for the exception.
Instance Method Details
#message ⇒ String
Get the custom error message for the exception.
13 14 15 |
# File 'lib/bson/error/unrepresentable_precision.rb', line 13 def 'The value contains too much precision for Decimal128 representation' end |