sagaError top-level property

SagaError sagaError
final

Global instance of SagaError. It is used to rethrow error on Catch block. Use throw sagaError; to rethrow error on Catch.

Implementation

final sagaError = SagaError();