You are here

MissingGroupException.php in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/modules/simpletest/src/Exception/MissingGroupException.php

File

core/modules/simpletest/src/Exception/MissingGroupException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\simpletest\Exception\MissingGroupException.
 */
namespace Drupal\simpletest\Exception;


/**
 * Exception thrown when a simpletest class is missing an @group annotation.
 */
class MissingGroupException extends \LogicException {

}

Classes

Namesort descending Description
MissingGroupException Exception thrown when a simpletest class is missing an @group annotation.