diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
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. |
