php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
DOMException Class Reference
Inheritance diagram for DOMException:
Exception Throwable Stringable

Data Fields

 $code = 0
 

Additional Inherited Members

- Public Member Functions inherited from Exception
 __construct (string $message="", int $code=0, ?Throwable $previous=null)
 
 __wakeup ()
 
 getMessage ()
 
 getCode ()
 
 getFile ()
 
 getLine ()
 
 getTrace ()
 
 getPrevious ()
 
 getTraceAsString ()
 
 __toString ()
 
- Protected Attributes inherited from Exception
 $message = ""
 
 $code = 0
 
string $file = ""
 
int $line = 0
 

Detailed Description

@alias Dom\DOMException

Definition at line 1072 of file php_dom.stub.php.

Field Documentation

◆ $code

DOMException::$code = 0

Definition at line 1078 of file php_dom.stub.php.


The documentation for this class was generated from the following file: