File "UnableToCheckDirectoryExistence.php"
                                Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/symfony/console/Attribute/UnableToCheckDirectoryExistence.php
                File size: 257 bytes
                MIME-type: text/x-php
                Charset: utf-8
            
<?php
declare(strict_types=1);
namespace League\Flysystem;
class UnableToCheckDirectoryExistence extends UnableToCheckExistence
{
    public function operation(): string
    {
        return FilesystemOperationFailed::OPERATION_DIRECTORY_EXISTS;
    }
}