0 / 60 seg.

What will be the output of the following code?

try {
  throw new Error('Custom error');
} catch (error) {
  console.log(error.message);
}