You are here

XmlSitemapGenerationException.php in XML sitemap 2.x

Same filename and directory in other branches
  1. 8 src/XmlSitemapGenerationException.php

Namespace

Drupal\xmlsitemap

File

src/XmlSitemapGenerationException.php
View source
<?php

namespace Drupal\xmlsitemap;


/**
 * Exception thrown at sitemap generation.
 */
class XmlSitemapGenerationException extends XmlSitemapException {

}

Classes

Namesort descending Description
XmlSitemapGenerationException Exception thrown at sitemap generation.