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

com.bigcustard.glide.code.GameRenameException Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.bigcustard.glide.code;

public class GameRenameException extends RuntimeException {
    public GameRenameException(String newName) {
        super("Cannot name game '" + newName + "'. That name is taken!");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy