Question: Which function can you use in error handling to stop the execution of a script and is equivalent to exit()?

  1. `die`
  2. `return`
  3. `throw`
  4. `break`

Answer: The correct answer of the above question is Option A:`die`