Your IP : 18.191.84.179


Current Path : /home/lentoinv/props/vendor/league/flysystem/src/
Upload File :
Current File : /home/lentoinv/props/vendor/league/flysystem/src/UnableToCheckFileExistence.php

<?php

declare(strict_types=1);

namespace League\Flysystem;

class UnableToCheckFileExistence extends UnableToCheckExistence
{
    public function operation(): string
    {
        return FilesystemOperationFailed::OPERATION_FILE_EXISTS;
    }
}

?>