Dodo
DOm DOcument implementation
|
Public Member Functions | |
__construct (?string $message=null, ?string $name=null) | |
[WEB-IDL-1] This is the actual constructor prototype. | |
string | getName () |
string | __toString () |
Human-readable represetation of this exception. | |
Public Member Functions inherited from Wikimedia::IDLeDOM::DOMException | |
string | getMessage () |
int | getCode () |
Wikimedia\Dodo\DOMException::__construct | ( | ?string | $message = null, |
?string | $name = null ) |
[WEB-IDL-1] This is the actual constructor prototype.
I think the invocation is ridiculous, so we wrap it in an error() function (see Util.php).
?string | $message | |
?string | $name |
string Wikimedia\Dodo\DOMException::__toString | ( | ) |
Human-readable represetation of this exception.
string Wikimedia\Dodo\DOMException::getName | ( | ) |
Implements Wikimedia::IDLeDOM::DOMException.