NoConfigurationFileException
public function configurationFile() : string { if (!$this->hasConfigurationFile()) { throw new NoConfigurationFileException(); } return $this->configurationFile; }