Package: effect
Module: Terminal
Represents an error that occurs when a user attempts to
quit out of a Terminal prompt for input (usually by entering ctrl+c).
When to use
Use when implementing terminal input or prompts that need to signal user-requested cancellation through the typed error channel.
See
isQuitError for checking unknown errors when handling terminal cancellationSignature
declare class QuitError
Since v4.0.0