# wordpress-seo/18.8/vendor_prefixed/chillerlan/php-qrcode/src/QRCodeException.php

Yoast SEO – Advanced SEO with real-time guidance and built-in AI, version 18.8. 22 lines.

- Page: https://pluginprobe.com/plugins/wordpress-seo/18.8/code/vendor_prefixed/chillerlan/php-qrcode/src/QRCodeException.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/18.8/raw/vendor_prefixed/chillerlan/php-qrcode/src/QRCodeException.php
- Modified: 2022-02-22T10:03:02+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/wordpress-seo/18.8/code/vendor_prefixed/chillerlan/php-qrcode/src/QRCodeException.php#L10-L20`.

```php
<?php

/**
 * Class QRCodeException
 *
 * @filesource   QRCodeException.php
 * @created      27.11.2015
 * @package      chillerlan\QRCode
 * @author       Smiley <smiley@chillerlan.net>
 * @copyright    2015 Smiley
 * @license      MIT
 */
namespace YoastSEO_Vendor\chillerlan\QRCode;

use Exception;
/**
 * Placeholder
 */
class QRCodeException extends \Exception
{
}

```
