CaptureException constructor
CaptureException(
- dynamic error
Constructs a CaptureException event with the given error
.
Implementation
CaptureException(this.error);
Constructs a CaptureException event with the given error
.
CaptureException(this.error);