added dependencies
This commit is contained in:
20
vendor/chillerlan/php-qrcode/src/Data/QRCodeDataException.php
vendored
Normal file
20
vendor/chillerlan/php-qrcode/src/Data/QRCodeDataException.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user