summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'elm/battlemap/src/Error.elm')
-rw-r--r--elm/battlemap/src/Error.elm5
1 files changed, 5 insertions, 0 deletions
diff --git a/elm/battlemap/src/Error.elm b/elm/battlemap/src/Error.elm
new file mode 100644
index 0000000..e2906dc
--- /dev/null
+++ b/elm/battlemap/src/Error.elm
@@ -0,0 +1,5 @@
+module Error exposing (Type(..))
+
+type Type =
+ IllegalAction
+ | Programming