CaptureException constructor

CaptureException(
  1. dynamic error
)

Creates a CaptureException event with the given error.

Implementation

CaptureException(this.error);