mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 14:57:55 +00:00
🚿 make exceptions final
This commit is contained in:
@@ -12,4 +12,4 @@ namespace chillerlan\QRCode\Decoder;
|
||||
|
||||
use chillerlan\QRCode\QRCodeException;
|
||||
|
||||
class QRCodeDecoderException extends QRCodeException{}
|
||||
final class QRCodeDecoderException extends QRCodeException{}
|
||||
|
||||
Reference in New Issue
Block a user