ConfigException constructor
ConfigException(
- String message, [
- dynamic details
Implementation
ConfigException(super.message, [super.details]);
ConfigException(super.message, [super.details]);