ClearingException constructor

ClearingException(
  1. DisposeBag bag
)

Construct a ClearingException with bag.

Implementation

ClearingException(this.bag);