summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-22 14:07:53 -0400
committerBotahamec <botahamec@outlook.com>2022-10-22 14:07:53 -0400
commit6a23c0c57a895b9b41e75f200c98fc454d6387bc (patch)
tree98ec5b0dc61ae1a79945315463558a628beb1411 /README.md
parentcfa4913614c8e88fcc99f7398ff8f7963866cbd2 (diff)
Started a README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ff19d6f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+# Exun
+
+Keep unexpected errors, and handle them later.
+
+* `Expect` is an error type. It'll hold on to your unexpected error if you have
+one, so you can figure out what to do with it later.