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

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

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

import java.io.IOException;

public class UncheckedIOException extends RuntimeException {
	public UncheckedIOException(IOException cause) {
		super(cause);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy