🚿 make exceptions final

This commit is contained in:
codemasher
2021-12-12 02:02:39 +01:00
parent 3e14260144
commit 317fbb6f24
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ namespace chillerlan\QRCode\Data;
use chillerlan\QRCode\QRCodeException;
class QRCodeDataException extends QRCodeException{}
final class QRCodeDataException extends QRCodeException{}
+1 -1
View File
@@ -12,4 +12,4 @@ namespace chillerlan\QRCode\Decoder;
use chillerlan\QRCode\QRCodeException;
class QRCodeDecoderException extends QRCodeException{}
final class QRCodeDecoderException extends QRCodeException{}
+1 -1
View File
@@ -12,4 +12,4 @@ namespace chillerlan\QRCode\Detector;
use chillerlan\QRCode\QRCodeException;
class QRCodeDetectorException extends QRCodeException{}
final class QRCodeDetectorException extends QRCodeException{}
+1 -1
View File
@@ -12,4 +12,4 @@ namespace chillerlan\QRCode\Output;
use chillerlan\QRCode\QRCodeException;
class QRCodeOutputException extends QRCodeException{}
final class QRCodeOutputException extends QRCodeException{}