die is:exact

Write given error message to stderr and terminate with exitFailure.
Terminate main process with failure
Lifted version of die.
>>> die "Goodbye!"
Goodbye!
*** Exception: ExitFailure 1
Throw an exception using the provided Text message
Die immediately - throws a ProcessExitException with the given reason.
A parser that always fails with an error message without consuming any input.
A parser that always fails with an error message without consuming any input. Pre-release