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

com.talanlabs.avatargenerator.AvatarException Maven / Gradle / Ivy

The newest version!
package com.talanlabs.avatargenerator;

public class AvatarException extends RuntimeException {

	public AvatarException(String message, Throwable cause) {
		super(message, cause);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy