Neos\Flow\Error\ErrorHandler::__construct PHP Method

__construct() public method

Constructs this error handler - registers itself as the default error handler.
public __construct ( )
    public function __construct()
    {
        set_error_handler([$this, 'handleError']);
    }