1 | <?php |
||
17 | final class OutOfRangeException extends BaseException |
||
18 | { |
||
19 | 6 | public static function doesNotContainIndex(int $index): self |
|
23 | |||
24 | 12 | public static function doesNotContainKey(string $key): self |
|
28 | |||
29 | 78 | public static function doesNotContainValue($value): self |
|
49 | |||
50 | 15 | public static function doesNotContainAnything(): self |
|
54 | } |
||
55 |