UserInterruptException constructor
const
UserInterruptException({})
Creates a new UserInterruptException.
Implementation
const UserInterruptException({
super.event,
super.message = 'User interrupted the prompt via Ctrl+C.',
}) : super(trigger: PromptExitTrigger.controlC);