📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 20:48:32
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
league
/
flysystem
/
src
✏️
Editing: 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); } }
💾 Save Changes
❌ Cancel