Version 1
[yaffs-website] / web / core / modules / simpletest / src / Exception / MissingGroupException.php
diff --git a/web/core/modules/simpletest/src/Exception/MissingGroupException.php b/web/core/modules/simpletest/src/Exception/MissingGroupException.php
new file mode 100644 (file)
index 0000000..85a0696
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+
+namespace Drupal\simpletest\Exception;
+
+/**
+ * Exception thrown when a simpletest class is missing an @group annotation.
+ */
+class MissingGroupException extends \LogicException {
+}