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

com.tvd12.gamebox.exception.NoSlotException Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
package com.tvd12.gamebox.exception;

public class NoSlotException extends RuntimeException {
	private static final long serialVersionUID = 3679314239894207382L;

	public NoSlotException(String msg) {
		super(msg);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy