Returns context for why the parser aborted due to unsupported HTML, if it did.
Description
This is meant for debugging purposes, not for production use.
See also
- self::$unsupported_exception
Source
public function get_unsupported_exception() {
return $this->unsupported_exception;
}
Changelog
| Version | Description |
|---|---|
| 6.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.