MockConfigException constructor
MockConfigException(
- String message
Creates a configuration exception with a readable message.
Implementation
MockConfigException(this.message);
Creates a configuration exception with a readable message.
MockConfigException(this.message);