diff options
Diffstat (limited to 'vendor/chillerlan/php-qrcode/src/Output/QRCodeOutputException.php')
-rw-r--r-- | vendor/chillerlan/php-qrcode/src/Output/QRCodeOutputException.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/vendor/chillerlan/php-qrcode/src/Output/QRCodeOutputException.php b/vendor/chillerlan/php-qrcode/src/Output/QRCodeOutputException.php index 639bdd111..bf30f1bb0 100644 --- a/vendor/chillerlan/php-qrcode/src/Output/QRCodeOutputException.php +++ b/vendor/chillerlan/php-qrcode/src/Output/QRCodeOutputException.php @@ -2,9 +2,7 @@ /** * Class QRCodeOutputException * - * @filesource QRCodeOutputException.php * @created 09.12.2015 - * @package chillerlan\QRCode\Output * @author Smiley <smiley@chillerlan.net> * @copyright 2015 Smiley * @license MIT @@ -14,4 +12,9 @@ namespace chillerlan\QRCode\Output; use chillerlan\QRCode\QRCodeException; -class QRCodeOutputException extends QRCodeException{} +/** + * An exception container + */ +final class QRCodeOutputException extends QRCodeException{ + +} |