core / init.meta.exceptional
source
An exceptional is similar to Result in Haskell.
Result
Remark: we use a function that produces a format object as the exception information. Motivation: the formatting object may be big, and we may create it on demand.
exceptional