ConfigFileNotFoundException constructor

ConfigFileNotFoundException()

Implementation

ConfigFileNotFoundException() {
  super.message = '❌ Unable to load configuration file. '
      'Please ensure that an eagle_eye_config.json file exists at the '
      'root of your project.';
}