I inherited some code
if (!$?) {
throw"An error occurred while processing the file."
} I understand it can check "if an error" but how & what or here is it checking...
I inherited some code
if (!$?) {
throw"An error occurred while processing the file."
} I understand it can check "if an error" but how & what or here is it checking...