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