%PDF- %PDF-
Direktori : /home/silvzytp/calling_code/vendor/league/flysystem/src/ |
Current File : /home/silvzytp/calling_code/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); } }