com.bluecatcode.common.exceptions.VoidException Maven / Gradle / Ivy
package com.bluecatcode.common.exceptions;
public class VoidException extends RuntimeException {
private static final long serialVersionUID = 0L;
private VoidException() {
throw new UnsupportedOperationException();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy