DartBomException constructor

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

Implementation

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