# woocommerce-pos/1.10.20/vendor_prefixed/chillerlan/php-qrcode/src/QRCodeException.php

WCPOS – Point of Sale (POS) plugin for WooCommerce, version 1.10.20. 20 lines.

- Page: https://pluginprobe.com/plugins/woocommerce-pos/1.10.20/code/vendor_prefixed/chillerlan/php-qrcode/src/QRCodeException.php
- Raw: https://pluginprobe.com/plugins/woocommerce-pos/1.10.20/raw/vendor_prefixed/chillerlan/php-qrcode/src/QRCodeException.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.10.20/code/vendor_prefixed/chillerlan/php-qrcode/src/QRCodeException.php#L10-L20`.

```php
<?php

/**
 * Class QRCodeException
 *
 * @created      27.11.2015
 * @author       Smiley <smiley@chillerlan.net>
 * @copyright    2015 Smiley
 * @license      MIT
 */
namespace WCPOS\Vendor\chillerlan\QRCode;

use Exception;
/**
 * An exception container
 */
class QRCodeException extends Exception
{
}

```
