ConfigurationException constructor

const ConfigurationException(
  1. String message, [
  2. dynamic cause
])

Implementation

const ConfigurationException(super.message, [super.cause]);