X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=new2%2Fplomrogue%2Ferrors.py;h=b98f8f67114a6977d4b7f9059262306514dc9354;hb=1fcb132eabcaa1a95bf2b527dc18c92c15016d2a;hp=bc374952117312bba1462505138c36c206f0d4a9;hpb=33bfdaf647c6736d99aadc017ee935f3301d758a;p=plomrogue2-experiments diff --git a/new2/plomrogue/errors.py b/new2/plomrogue/errors.py index bc37495..b98f8f6 100644 --- a/new2/plomrogue/errors.py +++ b/new2/plomrogue/errors.py @@ -6,5 +6,9 @@ class GameError(Exception): pass +class PlayError(Exception): + pass + + class BrokenSocketConnection(Exception): pass