From 6a23c0c57a895b9b41e75f200c98fc454d6387bc Mon Sep 17 00:00:00 2001 From: Botahamec Date: Sat, 22 Oct 2022 14:07:53 -0400 Subject: Started a README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit v1.2.3