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

com.highway2urhell.exception.H2HException Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.highway2urhell.exception;

public class H2HException extends Exception{
	

	private static final long serialVersionUID = 1L;

	public H2HException(String msg){
		super(msg);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy