DicomException constructor

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

Creates a DicomException.

Implementation

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