Add a BSD licensed QR code library

This commit is contained in:
markjcrane
2018-08-30 07:30:39 +00:00
parent b42de823e8
commit 456789a024
15 changed files with 2414 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?php
/**
* This file is part of the phpQr package
*
* See @see QRCode class for description of package and license.
*/
/**
* A derived exception
*
* @author Maik Greubel <greubel@nkey.de>
* @package phpQr
*/
class QRCodeException extends ErrorException {};