PowerShell - Error Handling
You want to stop a script if a variable
$filePath is empty or null, showing the message "File path is required". Which code snippet correctly uses throw to do this?