ReplayException constructor
ReplayException(
- String file,
- int line,
- CliException cause
Creates a replay exception.
Implementation
ReplayException(this.file, this.line, this.cause)
: super('Error at $file:$line: ${cause.message}');