CaptureException constructor

CaptureException(
  1. dynamic error
)

Constructs a CaptureException event with the given error.

Implementation

CaptureException(this.error);