alert(
  try
    nonexistent / undefined
  catch error
    "And the error is ... " + error
)