Your IP : 216.73.216.43


Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/league/flysystem/src/
Upload File :
Current File : //var/www/magento.test.indacotrentino.com/www/vendor/league/flysystem/src/CorruptedPathDetected.php

<?php

namespace League\Flysystem;

use RuntimeException;

final class CorruptedPathDetected extends RuntimeException implements FilesystemException
{
    public static function forPath(string $path): CorruptedPathDetected
    {
        return new CorruptedPathDetected("Corrupted path detected: " . $path);
    }
}