ConfigFileNotFoundException constructor
ConfigFileNotFoundException()
Create ConfigFileNotFoundException object
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.';
}