:: String_ -> _ Int -package:product-profunctors package:fused-effects

Throw an error, escaping the current computation up to the nearest catchError (if any).
runThrow (throwError e >>= k) = runThrow (throwError e)