home · contact · privacy
Client-wise, add inventory capability and pop-up example widget.
[plomrogue2-experiments] / new / plomrogue / errors.py
1 class ArgError(Exception):
2     pass
3
4
5 class GameError(Exception):
6     pass
7
8
9 class BrokenSocketConnection(Exception):
10     pass