I am fairly new to Colyseus (colyseus.io) and want to know if there exists a global error catcher. I am working on an already existing code with all the controllers created and it would be rookie to implement try and catch in all the controllers. I need a global error catcher to that detects breaks in the code and responds to the client. Is there an existing library for that or an existing code implementation.