haskell · haskell/ErrorCall
ErrorCall
ErrorCall
Thrown by the error and errorWithoutStackTrace functions. The constructor wraps a String message. Catching ErrorCall is the typical way to handle calls to error in pure code.
Thrown by the error and errorWithoutStackTrace functions. The constructor wraps a String message. Catching ErrorCall is the typical way to handle calls to error in pure code.