ConfigException constructor

ConfigException(
  1. String message, [
  2. dynamic details
])

Implementation

ConfigException(super.message, [super.details]);