Fakerino\Configuration\Exception\ConfNotSupportedException::__construct PHP Méthode

__construct() public méthode

Constructor
public __construct ( string $file )
$file string
    public function __construct($file)
    {
        parent::__construct(sprintf('The configuration file "%s" is not supported', $file));
    }
ConfNotSupportedException