Pull merge.
[yaffs-website] / web / core / modules / simpletest / src / Exception / MissingGroupException.php
1 <?php
2
3 namespace Drupal\simpletest\Exception;
4
5 /**
6  * Exception thrown when a simpletest class is missing an @group annotation.
7  */
8 class MissingGroupException extends \LogicException {
9 }