aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/chillerlan/php-qrcode/src/QRCodeException.php
blob: 600ce50eafff132b9bf1de35f29d7fcd39a26c49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
/**
 * Class QRCodeException
 *
 * @created      27.11.2015
 * @author       Smiley <smiley@chillerlan.net>
 * @copyright    2015 Smiley
 * @license      MIT
 */

namespace chillerlan\QRCode;

use Exception;

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

}