DoHException constructor

const DoHException(
  1. String message, [
  2. dynamic originalError
])

Implementation

const DoHException(this.message, [this.originalError]);