X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=new%2Fplomrogue%2Ferrors.py;fp=new%2Fplomrogue%2Ferrors.py;h=bc374952117312bba1462505138c36c206f0d4a9;hb=e530d9faf68b4057322f5cc61aa0e3b76f8db3f6;hp=0000000000000000000000000000000000000000;hpb=6121e33c4b9fc86ced316406143195fdd3af7a00;p=plomrogue2-experiments diff --git a/new/plomrogue/errors.py b/new/plomrogue/errors.py new file mode 100644 index 0000000..bc37495 --- /dev/null +++ b/new/plomrogue/errors.py @@ -0,0 +1,10 @@ +class ArgError(Exception): + pass + + +class GameError(Exception): + pass + + +class BrokenSocketConnection(Exception): + pass