DicomConfigurationException constructor

const DicomConfigurationException(
  1. String message
)

Thrown when an invalid configuration is passed to the SDK.

Implementation

const DicomConfigurationException(super.message);