Files
EpiWebview/vendor/chillerlan/php-qrcode/src/Data/QRCodeDataException.php
2025-10-09 12:12:52 +02:00

21 lines
342 B
PHP

<?php
/**
* Class QRCodeDataException
*
* @created 09.12.2015
* @author Smiley <smiley@chillerlan.net>
* @copyright 2015 Smiley
* @license MIT
*/
namespace chillerlan\QRCode\Data;
use chillerlan\QRCode\QRCodeException;
/**
* An exception container
*/
final class QRCodeDataException extends QRCodeException{
}