Neos\Flow\Error\ErrorHandler::__construct PHP Метод

__construct() публичный Метод

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