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