summaryrefslogtreecommitdiff
path: root/vendor/chillerlan/php-qrcode/src/QRCodeException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/chillerlan/php-qrcode/src/QRCodeException.php')
-rw-r--r--vendor/chillerlan/php-qrcode/src/QRCodeException.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/vendor/chillerlan/php-qrcode/src/QRCodeException.php b/vendor/chillerlan/php-qrcode/src/QRCodeException.php
index 68af380ff..737a0803e 100644
--- a/vendor/chillerlan/php-qrcode/src/QRCodeException.php
+++ b/vendor/chillerlan/php-qrcode/src/QRCodeException.php
@@ -12,4 +12,9 @@
namespace chillerlan\QRCode;
-class QRCodeException extends \Exception{}
+use Exception;
+
+/**
+ * An exception container
+ */
+class QRCodeException extends Exception{}