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

com.mageddo.rawstringliterals.exception.ElementNotFound Maven / Gradle / Ivy

The newest version!
package com.mageddo.rawstringliterals.exception;

public class ElementNotFound extends RuntimeException {
	public ElementNotFound(String message) {
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy