| 1 | <?php |
||
| 13 | final class IndexStreamException extends \RuntimeException |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @param string $filename |
||
| 17 | * |
||
| 18 | * @return self |
||
| 19 | */ |
||
| 20 | public static function undefinedSubstreamFile(string $filename): self |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param string $source |
||
| 27 | * @param string $target |
||
| 28 | * |
||
| 29 | * @return self |
||
| 30 | */ |
||
| 31 | public static function failedRename(string $source, string $target): self |
||
| 35 | } |
||
| 36 |