BoostException constructor
const
BoostException(
- String message, [
- dynamic cause
Implementation
const BoostException(this.message, [this.cause]);
const BoostException(this.message, [this.cause]);