CorruptedPathDetected.php
| 316 B | Satir:
0
| php
Geri
<?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); } }
Kaydet
Ctrl+S ile kaydet