# windpress/3.2.87/vendor/masterminds/html5/src/HTML5/Exception.php

WindPress – Tailwind CSS integration for WordPress, version 3.2.87. 11 lines.

- Page: https://pluginprobe.com/plugins/windpress/3.2.87/code/vendor/masterminds/html5/src/HTML5/Exception.php
- Raw: https://pluginprobe.com/plugins/windpress/3.2.87/raw/vendor/masterminds/html5/src/HTML5/Exception.php
- Modified: 2024-09-02T01:44:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/windpress/3.2.87/code/vendor/masterminds/html5/src/HTML5/Exception.php#L10-L20`.

```php
<?php

namespace WindPressDeps\Masterminds\HTML5;

/**
 * The base exception for the HTML5 project.
 */
class Exception extends \Exception
{
}

```
