The documentation you are viewing is for an older version of this component.
Switch to the latest (v4) version.
dot-errorhandler
is DotKernel's logging error handler, providing two options:
Dot\ErrorHandler\ErrorHandler
, same as the Zend Expressive error handling class with the only difference being the removal of the final
statement for making extension possibleDot\ErrorHandler\LogErrorHandler
adds logging support to the default ErrorHandler
class