Skip to content

Suggestion: Better RuntimeException message #182

@hamidpeywasti

Description

@hamidpeywasti

Hi, here "XMLWriter" class is needed to be enabled not only "libxml".

if (! class_exists(XMLWriter::class)) {
throw new RuntimeException('You need to install the libxml extension to use this back end');
}

So, I think it's better to mention that 'You need to install the libxml extension and enable the XMLWriter class to use this back end'.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions