Preventing uncaught error propagation from server to client

Hello guys, is there any way to create default error handler? I want to avoid leaking internal information to the client. Example scenario: My database is down. Exception has been thrown by the database driver. Result: TRPCClientError in a browser: connect ECONNREFUSED 127.0.0.1:5432 Desired result: TRPCClientError in a browser: "Internal server error"