forked from External/mage
client/server overhaul - tested on localhost, remote testing pending
This commit is contained in:
parent
ecbd843fb7
commit
892f7cce1b
90 changed files with 4448 additions and 500 deletions
|
|
@ -28,11 +28,13 @@
|
|||
|
||||
package mage.game;
|
||||
|
||||
import mage.MageException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class GameException extends Exception {
|
||||
public class GameException extends MageException {
|
||||
|
||||
public GameException (String message) {
|
||||
super(message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue