commit message
This commit is contained in:
20
vendor/chillerlan/php-qrcode/src/Decoder/QRCodeDecoderException.php
vendored
Normal file
20
vendor/chillerlan/php-qrcode/src/Decoder/QRCodeDecoderException.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* Class QRCodeDecoderException
|
||||
*
|
||||
* @created 01.12.2021
|
||||
* @author smiley <smiley@chillerlan.net>
|
||||
* @copyright 2021 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
namespace chillerlan\QRCode\Decoder;
|
||||
|
||||
use chillerlan\QRCode\QRCodeException;
|
||||
|
||||
/**
|
||||
* An exception container
|
||||
*/
|
||||
final class QRCodeDecoderException extends QRCodeException{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user