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