wp-includes/html-api/class-wp-html-unsupported-exception.php:105Constructor function.
$messagestring$token_namestring$token_atint$tokenstring$stack_of_open_elementsstring[]$active_formatting_elementsstring[] public function __construct( string $message, string $token_name, int $token_at, string $token, array $stack_of_open_elements, array $active_formatting_elements ) { parent::__construct( $message ); $this->token_name = $token_name; $this->token_at = $token_at; $this->token = $token; $this->stack_of_open_elements = $stack_of_open_elements; $this->active_formatting_elements = $active_formatting_elements; }Introduced in 6.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-includes/html-api/class-wp-html-unsupported-exception.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.