HeckException.fromError constructor

HeckException.fromError(
  1. String? message, [
  2. Error? error
])

Implementation

HeckException.fromError(this.message, [this.error]) : exception = null;