com.codingame.gameengine.runner.MissingConfigException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of runner Show documentation
Show all versions of runner Show documentation
Runner / Testbed to locally run Games created using the CodinGame engine toolkit.
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