LoomCliException constructor

const LoomCliException(
  1. String message,
  2. int exitCode
)

Implementation

const LoomCliException(this.message, this.exitCode);