
rx.marble.ExpectSubscriptionsException Maven / Gradle / Ivy
package rx.marble;
public class ExpectSubscriptionsException extends RuntimeException {
public ExpectSubscriptionsException(String message, String caller) {
super(message + "\n\n from assertion at " + caller + "\n\n----------------------\n");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy