resumeWithError abstract method

Future<MontyProgress> resumeWithError(
  1. String errorMessage
)

Resumes a paused execution by raising an error with errorMessage.

Implementation

Future<MontyProgress> resumeWithError(String errorMessage);