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