Many places we use `sys.exit(...)` or simply `kuk` (the lazy, Swedish version) to abort execution. Nick suggests that it is clearer to `raise` errors since Python scripts can then continue (if needed).