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

net.gpedro.integrations.slack.SlackException Maven / Gradle / Ivy

The newest version!
package net.gpedro.integrations.slack;

public class SlackException extends RuntimeException {

	private static final long serialVersionUID = 1L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy