Kedrigern\phpIO\PathIsNotDir::__construct PHP Method

__construct() public method

public __construct ( string $path )
$path string
    public function __construct($path)
    {
        $this->path = $path;
        parent::__construct($path . ' is not directory.');
    }
PathIsNotDir