# wp-parsely/3.20.3/vendor/masterminds/html5/src/HTML5/Exception.php

Parse.ly, version 3.20.3. 11 lines.

- Page: https://pluginprobe.com/plugins/wp-parsely/3.20.3/code/vendor/masterminds/html5/src/HTML5/Exception.php
- Raw: https://pluginprobe.com/plugins/wp-parsely/3.20.3/raw/vendor/masterminds/html5/src/HTML5/Exception.php
- Modified: 2025-05-20T15:11:42+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/wp-parsely/3.20.3/code/vendor/masterminds/html5/src/HTML5/Exception.php#L10-L20`.

```php
<?php

namespace Masterminds\HTML5;

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

```
