# woocommerce-pos/1.9.15/vendor_prefixed/masterminds/html5/src/HTML5/Exception.php

WCPOS – Point of Sale (POS) plugin for WooCommerce, version 1.9.15. 11 lines.

- Page: https://pluginprobe.com/plugins/woocommerce-pos/1.9.15/code/vendor_prefixed/masterminds/html5/src/HTML5/Exception.php
- Raw: https://pluginprobe.com/plugins/woocommerce-pos/1.9.15/raw/vendor_prefixed/masterminds/html5/src/HTML5/Exception.php
- Modified: 2026-06-09T13:55:26+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/woocommerce-pos/1.9.15/code/vendor_prefixed/masterminds/html5/src/HTML5/Exception.php#L10-L20`.

```php
<?php

namespace WCPOS\Vendor\Masterminds\HTML5;

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

```
