Add new fields to items: id_code, image, location; implement QR code generation and printing; update translations and UI
This commit is contained in:
20
vendor/chillerlan/php-qrcode/src/QRCodeException.php
vendored
Normal file
20
vendor/chillerlan/php-qrcode/src/QRCodeException.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* Class QRCodeException
|
||||
*
|
||||
* @filesource QRCodeException.php
|
||||
* @created 27.11.2015
|
||||
* @package chillerlan\QRCode
|
||||
* @author Smiley <smiley@chillerlan.net>
|
||||
* @copyright 2015 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
namespace chillerlan\QRCode;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* An exception container
|
||||
*/
|
||||
class QRCodeException extends Exception{}
|
||||
Reference in New Issue
Block a user