@@ -12,4 +12,4 @@ namespace chillerlan\QRCode\Data;
use chillerlan\QRCode\QRCodeException;
-class QRCodeDataException extends QRCodeException{}
+final class QRCodeDataException extends QRCodeException{}
@@ -12,4 +12,4 @@ namespace chillerlan\QRCode\Decoder;
-class QRCodeDecoderException extends QRCodeException{}
+final class QRCodeDecoderException extends QRCodeException{}
@@ -12,4 +12,4 @@ namespace chillerlan\QRCode\Detector;
-class QRCodeDetectorException extends QRCodeException{}
+final class QRCodeDetectorException extends QRCodeException{}
@@ -12,4 +12,4 @@ namespace chillerlan\QRCode\Output;
-class QRCodeOutputException extends QRCodeException{}
+final class QRCodeOutputException extends QRCodeException{}