/home/mip/mip/public/img/credit/datatables/CorruptedPathDetected.php.tar
home/mip/mip/vendor/league/flysystem/src/CorruptedPathDetected.php000064400000000474151520662560021407 0ustar00<?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);
    }
}