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

org.ssssssss.magicapi.exception.MagicServiceException Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package org.ssssssss.magicapi.exception;

public class MagicServiceException extends RuntimeException {

	public MagicServiceException(String message) {
		super(message);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy