ProcessException constructor

const ProcessException(
  1. int exitCode
)

Implementation

const ProcessException(this.exitCode);