HOME


5h-3LL 1.0
DIR: /opt/cpanel/ea-wappspector/vendor/league/flysystem/src
/opt/cpanel/ea-wappspector/vendor/league/flysystem/src/
Upload File:
Current File : /opt/cpanel/ea-wappspector/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);
    }
}