When implemented shows that class can be registered in Exception_Handler
Exception listeners are objects that are registered in Exception_Handler. Each exception is send to all listeners and they may take some action. Example for such listener is Exception_Listener_Screeen which prints the exception on the screen. Other potential examples are sending the exception to other server, etc.