class BSON::Decimal128::UnrepresentablePrecision

Raised when the significand provided is outside the valid range.

@note This class derives from InvalidRange for backwards compatibility,

however when RUBY-1806 is implemented it should be changed to derive
from the base BSON exception class.