Skip to content

Commit 317fbb6

Browse files
committed
🚿 make exceptions final
1 parent 3e14260 commit 317fbb6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Data/QRCodeDataException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
use chillerlan\QRCode\QRCodeException;
1414

15-
class QRCodeDataException extends QRCodeException{}
15+
final class QRCodeDataException extends QRCodeException{}

src/Decoder/QRCodeDecoderException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
use chillerlan\QRCode\QRCodeException;
1414

15-
class QRCodeDecoderException extends QRCodeException{}
15+
final class QRCodeDecoderException extends QRCodeException{}

src/Detector/QRCodeDetectorException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
use chillerlan\QRCode\QRCodeException;
1414

15-
class QRCodeDetectorException extends QRCodeException{}
15+
final class QRCodeDetectorException extends QRCodeException{}

src/Output/QRCodeOutputException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
use chillerlan\QRCode\QRCodeException;
1414

15-
class QRCodeOutputException extends QRCodeException{}
15+
final class QRCodeOutputException extends QRCodeException{}

0 commit comments

Comments
 (0)