
com.nu.art.modular.tests.AsyncTestException Maven / Gradle / Ivy
package com.nu.art.modular.tests;
class AsyncTestException
extends RuntimeException {
public AsyncTestException() {
super("Error in tests");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy