errors.fyi community error code reference
KeyboardInterrupt
python

KeyboardInterrupt

Raised when the user presses the interrupt key (Ctrl+C or Delete). Derives from BaseException so that finally blocks run but most broad except clauses do not accidentally suppress it.

References

โ† all namespaces for KeyboardInterrupt