RedeemQueue::get() reverts due to underflow when it should revert and throw the correct error
Description
RedeemQueue::get() reverts due to underflow if index_.count == 0 instead of the error IndexOutOfRange.
Recommendation
IndexOutOfRange(index._offset, index._count, idx);
Status
Addressed in #17568a7.