Global Exception Handler: A function or class that is responsible for catching and handling all unhandled exceptions in an application. It can be used to provide a consistent way of handling errors across an entire application, rather than having to handle errors in each individual component or function.