BoostException constructor

const BoostException(
  1. String message, [
  2. dynamic cause
])

Implementation

const BoostException(this.message, [this.cause]);