BuzzError constructor
const
BuzzError(
- String message, [
- StackTrace? stackTrace
Implementation
const BuzzError(this.message, [this.stackTrace]);
const BuzzError(this.message, [this.stackTrace]);