ConfigError constructor

const ConfigError(
  1. String message
)

Implementation

const ConfigError(String message) : super(message);