Error handling
Controlled Errors
error( "I don't like your tone of voice" );error( "We're sorry, but happy hour ended 20 minutes ago.", "Sux 2B U", 123 );> !git status
fatal: not a git repository (or any of the parent directories): .git
Command returned failing exit code [128]
> echo ${exitCode}
128Verbose Errors in the Shell
Last updated
Was this helpful?