Which function can you use in error handling to stop the execution of a script and is equivalent to exit()?
break
throw
return
die