(this: FastifyInstance, error: FastifyError)
| 65 | server.setErrorHandler(fastifyErrorHandler) |
| 66 | |
| 67 | async function asyncFastifyErrorHandler (this: FastifyInstance, error: FastifyError) { } |
| 68 | server.setErrorHandler(asyncFastifyErrorHandler) |
| 69 | |
| 70 | function nodeJSErrorHandler (error: NodeJS.ErrnoException) { |
nothing calls this directly
no outgoing calls
no test coverage detected