Hi, how to use output of the .pretty/explain as an message for exception thrown 'by hand' ?
.pretty/explain
(throw (ex-info (with-out-str (pretty/explain ..)) {}))
looks like there's a helper called .pretty/thrower for this purpose.
.pretty/thrower