neropay/vendor/chillerlan/php-qrcode/src/Decoder/QRCodeDecoderException.php
2025-03-06 14:50:41 -05:00

20 lines
351 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;
/**
* An exception container
*/
final class QRCodeDecoderException extends QRCodeException{
}