Namespace Core\Fault
Namespaces summary
Core\Fault\Formatter |
Core\Fault\Incident |
Core\Fault\Reporter |
Classes summary
Formatter | A formatter transforms an incident into a format for further processing, i.e. renders a text or HTML output with incident details and trace. |
Incident | An incident stores information over the cause of a fault. |
Reporter | A fault reporter is invoked by the global fault handler to report an incident. Generally, a reporter relies on incident formatters to create content that is then further processed by the reporter, i.e. by showing the user an incident report or informing a system administrator. |