CaptureException constructor

CaptureException(
  1. int code,
  2. String message, [
  3. String? method,
  4. String? details,
])

Implementation

CaptureException(this.code, this.message, [this.method, this.details]);