You are here

SitemapNotExistsException.php in Simple XML sitemap 4.x

File

src/Exception/SitemapNotExistsException.php
View source
<?php

namespace Drupal\simple_sitemap\Exception;

class SitemapNotExistsException extends \InvalidArgumentException {

}

Classes