All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nu.art.modular.tests.AsyncTestException Maven / Gradle / Ivy

There is a newer version: 1.2.59
Show newest version
package com.nu.art.modular.tests;

class AsyncTestException
	extends RuntimeException {

	public AsyncTestException() {
		super("Error in tests");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy