Files
php-qrcode/src/Output/QRCodeOutputException.php
T
codemasher 2aee933b1e 💄
2018-09-19 20:35:16 +02:00

18 lines
391 B
PHP

<?php
/**
* Class QRCodeOutputException
*
* @filesource QRCodeOutputException.php
* @created 09.12.2015
* @package chillerlan\QRCode\Output
* @author Smiley <smiley@chillerlan.net>
* @copyright 2015 Smiley
* @license MIT
*/
namespace chillerlan\QRCode\Output;
use chillerlan\QRCode\QRCodeException;
class QRCodeOutputException extends QRCodeException{}