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

com.codingame.gameengine.runner.MissingConfigException Maven / Gradle / Ivy

Go to download

Runner / Testbed to locally run Games created using the CodinGame engine toolkit.

There is a newer version: 4.5.0
Show newest version
package com.codingame.gameengine.runner;

class MissingConfigException extends Exception {

    private static final long serialVersionUID = -2697528486967229871L;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy