exitFailure -package:typed-process
Lifted version of
exitFailure.
>>> exitFailure
*** Exception: ExitFailure 1
Lifted version of "System.Exit.exitFailure".
@since 0.1.9.0.
indicates program failure with an exit code. The exact interpretation
of the code is operating-system dependent. In particular, some values
may be prohibited (e.g. 0 on a POSIX-compliant system).
Also known as
die in newer versions of
base.
Catch the specified exception. If that exception is caught, exit the
program.
Process exited with failure.