home · contact · privacy
Refactor and extend new library.
[plomrogue2-experiments] / new / plomrogue / errors.py
diff --git a/new/plomrogue/errors.py b/new/plomrogue/errors.py
new file mode 100644 (file)
index 0000000..bc37495
--- /dev/null
@@ -0,0 +1,10 @@
+class ArgError(Exception):
+    pass
+
+
+class GameError(Exception):
+    pass
+
+
+class BrokenSocketConnection(Exception):
+    pass