CockpitScreenshotValidationException constructor

const CockpitScreenshotValidationException(
  1. String code,
  2. String message
)

Implementation

const CockpitScreenshotValidationException(this.code, this.message);