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