UnrecoverableException constructor

const UnrecoverableException(
  1. String reason,
  2. int exitCode
)

create a instance of the UnrecoverableException.

reason why this exception was created.

Implementation

const UnrecoverableException(this.reason, this.exitCode);