# woocommerce-pos/1.10.18/vendor_prefixed/chillerlan/php-qrcode/src/Decoder/QRCodeDecoderException.php

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

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

```php
<?php

/**
 * Class QRCodeDecoderException
 *
 * @created      01.12.2021
 * @author       smiley <smiley@chillerlan.net>
 * @copyright    2021 smiley
 * @license      MIT
 */
namespace WCPOS\Vendor\chillerlan\QRCode\Decoder;

use WCPOS\Vendor\chillerlan\QRCode\QRCodeException;
/**
 * An exception container
 */
final class QRCodeDecoderException extends QRCodeException
{
}

```
