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

16 lines
306 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;
final class QRCodeDataException extends QRCodeException{}