DOM
PHP Manual

The DOMException class

Introdução

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

See also Exceções.

Sinopse da classe

DOMException
class DOMException extends Exception {
/* Properties */
readonly public int $code ;
}

Propriedades

code

An integer indicating the type of error generated


DOM
PHP Manual