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

uk.co.mruoc.promo.usecase.UnexpectedErrorException Maven / Gradle / Ivy

The newest version!
package uk.co.mruoc.promo.usecase;

public class UnexpectedErrorException extends RuntimeException {

    public UnexpectedErrorException(Throwable cause) {
        super(cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy