PHP Neos\Flow\Error Namespace

Interfaces

Name Description
ExceptionHandlerInterface Contract for an exception handler

Classes

Name Description
AbstractExceptionHandler An abstract exception handler
DebugExceptionHandler A basic but solid exception handler which catches everything which falls through the other exception handlers and provides useful debugging information.
Debugger A debugging utility class
ErrorHandler Global error handler for Flow
ProductionExceptionHandler A quite exception handler which catches but ignores any exception.