DoHException constructor
const
DoHException(
- String message, [
- dynamic originalError
Implementation
const DoHException(this.message, [this.originalError]);
const DoHException(this.message, [this.originalError]);