You are here

class SkipElementException in Simple XML sitemap 4.x

Hierarchy

  • class \Drupal\simple_sitemap\Exception\SkipElementException extends \Drupal\simple_sitemap\Exception\InvalidArgumentException

Expanded class hierarchy of SkipElementException

5 files declare their use of SkipElementException
CustomUrlGenerator.php in src/Plugin/simple_sitemap/UrlGenerator/CustomUrlGenerator.php
EntityMenuLinkContentUrlGenerator.php in src/Plugin/simple_sitemap/UrlGenerator/EntityMenuLinkContentUrlGenerator.php
EntityUrlGenerator.php in src/Plugin/simple_sitemap/UrlGenerator/EntityUrlGenerator.php
UrlGeneratorBase.php in src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorBase.php
ViewsUrlGenerator.php in modules/simple_sitemap_views/src/Plugin/simple_sitemap/UrlGenerator/ViewsUrlGenerator.php

File

src/Exception/SkipElementException.php, line 5

Namespace

Drupal\simple_sitemap\Exception
View source
class SkipElementException extends \InvalidArgumentException {

}

Members