You are here

SkipElementException.php in Simple XML sitemap 4.x

File

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

namespace Drupal\simple_sitemap\Exception;

class SkipElementException extends \InvalidArgumentException {

}

Classes