blob: 21935bde64cf7a72a28e81c8afac36b19d8afc37 [file] [log] [blame]
package org.junit.runner.manipulation;
/**
* Thrown when a filter removes all tests from a runner.
*
* @since 4.0
*/
public class NoTestsRemainException extends Exception {
private static final long serialVersionUID = 1L;
}