Files
php-qrcode/src/Decoder/QRCodeDecoderException.php
T
2021-12-12 02:02:39 +01:00

16 lines
315 B
PHP

<?php
/**
* Class QRCodeDecoderException
*
* @created 01.12.2021
* @author smiley <smiley@chillerlan.net>
* @copyright 2021 smiley
* @license MIT
*/
namespace chillerlan\QRCode\Decoder;
use chillerlan\QRCode\QRCodeException;
final class QRCodeDecoderException extends QRCodeException{}