| Total Complexity | 5 |
| Total Lines | 25 |
| 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 forEmptyUrl(): self |
||
| 15 | } |
||
| 16 | |||
| 17 | public static function forNotExistingChangeFrequency(string $changeFrequency): self |
||
| 20 | } |
||
| 21 | |||
| 22 | public static function forNotExistingSitemapProvider($sitemapProviderKey): self |
||
| 25 | } |
||
| 26 | |||
| 27 | public static function forPriority(): self |
||
| 32 |