SimpleSAML\Error\ConfigurationError::getConfFile PHP Method

getConfFile() public method

Get the configuration file that caused this exception.
public getConfFile ( ) : null | string
return null | string The configuration file that caused this exception.
    public function getConfFile()
    {
        return $this->config_file;
    }