php8.5
Home/ Manual/ reference / dom/ The DOMException / Dom\Exception class

The DOMException / Dom\Exception class

DOM operations raise exceptions under particular circumstances, i.e., when an operation is impossible to perform for logical reasons.

Intro

DOM operations raise exceptions under particular circumstances, i.e., when an operation is impossible to perform for logical reasons.

This class is aliased as Dom\Exception in the Dom namespace.

See also language.exceptions.

Class synopsis

extends Exception { }

Properties

code

An integer indicating the type of error generated

Source: reference/dom/domexception.xml · from the official PHP manual (php/doc-en)