Total Complexity | 4 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
5 | class SitemapException extends \Exception |
||
6 | { |
||
7 | public static function forEmptyPath(): self |
||
10 | } |
||
11 | |||
12 | public static function forNotExistingChangeFrequency(string $changeFrequency): self |
||
15 | } |
||
16 | |||
17 | public static function forNotExistingSitemapProvider($sitemapProviderKey): self |
||
20 | } |
||
21 | |||
22 | public static function forPriority(): self |
||
27 |