ApplyException constructor

const ApplyException(
  1. String message, {
  2. required int exitCode,
})

Implementation

const ApplyException(this.message, {required this.exitCode});