MockConfigException constructor

MockConfigException(
  1. String message
)

Creates a configuration exception with a readable message.

Implementation

MockConfigException(this.message);