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

namespace chillerlan\QRCode\Detector;

use chillerlan\QRCode\QRCodeException;

/**
 * An exception container
 */
final class QRCodeDetectorException extends QRCodeException{

}