From 3fd785654372d493c031d9b541ab33a881023a32 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 26 Feb 2021 19:16:17 +0300 Subject: * switch to composer for qrcode and otp dependencies * move most OTP-related stuff into userhelper * remove old phpqrcode and otphp libraries --- vendor/chillerlan/php-qrcode/src/QRCodeException.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 vendor/chillerlan/php-qrcode/src/QRCodeException.php (limited to 'vendor/chillerlan/php-qrcode/src/QRCodeException.php') diff --git a/vendor/chillerlan/php-qrcode/src/QRCodeException.php b/vendor/chillerlan/php-qrcode/src/QRCodeException.php new file mode 100644 index 000000000..68af380ff --- /dev/null +++ b/vendor/chillerlan/php-qrcode/src/QRCodeException.php @@ -0,0 +1,15 @@ + + * @copyright 2015 Smiley + * @license MIT + */ + +namespace chillerlan\QRCode; + +class QRCodeException extends \Exception{} -- cgit v1.2.3