RxStorageError constructor

RxStorageError(
  1. Object error,
  2. StackTrace stackTrace
)

Constructs an object containing both an error and the corresponding stackTrace.

Implementation

RxStorageError(this.error, StackTrace stackTrace) : _stackTrace = stackTrace;