🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 22:52:57 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
league
/
flysystem
/
src
📍 /opt/cpanel/ea-wappspector/vendor/league/flysystem/src
🔄 Refresh
✏️
Editing: CorruptedPathDetected.php
Read Only
<?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