This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
Throw errors instead of quitting
This adds a (throw)
call to replace (bye)
. It makes it easier to work with the library since you don't need to worry about it quitting your entire application. Just (catch)
the error and move-on π