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

io.github.alaugks.spring.messagesource.xliff.exception.XliffMessageSourceRuntimeException Maven / Gradle / Ivy

package io.github.alaugks.spring.messagesource.xliff.exception;

public class XliffMessageSourceRuntimeException extends RuntimeException {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy