How to handle errors in fastify
I want to catch any errors in my node.js
code and reply with a html file. I’ve heard about stuff like fastify.setErrorHandle()
but can’t find any docs.
I want to catch any errors in my node.js
code and reply with a html file. I’ve heard about stuff like fastify.setErrorHandle()
but can’t find any docs.