class Mongo::Error::RaiseOriginalError

This is a special marker exception class used internally in the retryable reads/writes implementation. Its purpose is to bypass note addition when raising the exception from the first read/write attempt.

@note This class must not derive from Error.

@api private