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

uno.cod.battle.client.exceptions.InfoException Maven / Gradle / Ivy

The newest version!
package uno.cod.battle.client.exceptions;

/**
 * Created by vbalan on 10/23/2015.
 */
public class InfoException extends BattleException {
    public InfoException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy