ok

Mini Shell

Direktori : /home2/selectio/www/limpiar.in.net/updates/vendor/league/flysystem/src/
Upload File :
Current File : //home2/selectio/www/limpiar.in.net/updates/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);
    }
}

Zerion Mini Shell 1.0