summaryrefslogtreecommitdiff
path: root/vendor/chillerlan/php-qrcode/src/QRCodeException.php
blob: 737a0803e388b0ebd687f454ca5740f545104ce2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
/**
 * Class QRCodeException
 *
 * @filesource   QRCodeException.php
 * @created      27.11.2015
 * @package      chillerlan\QRCode
 * @author       Smiley <[email protected]>
 * @copyright    2015 Smiley
 * @license      MIT
 */

namespace chillerlan\QRCode;

use Exception;

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