GenerateImageException.php
3 years ago
InvalidFontException.php
3 years ago
InvalidLogoException.php
3 years ago
InvalidWriterException.php
3 years ago
MissingExtensionException.php
3 years ago
MissingFunctionException.php
3 years ago
MissingLogoHeightException.php
3 years ago
QrCodeException.php
3 years ago
UnsupportedExtensionException.php
3 years ago
ValidationException.php
3 years ago
UnsupportedExtensionException.php
15 lines
| 1 | <?php |
| 2 | |
| 3 | declare (strict_types=1); |
| 4 | /* |
| 5 | * (c) Jeroen van den Enden <info@endroid.nl> |
| 6 | * |
| 7 | * This source file is subject to the MIT license that is bundled |
| 8 | * with this source code in the file LICENSE. |
| 9 | */ |
| 10 | namespace WP2FA_Vendor\Endroid\QrCode\Exception; |
| 11 | |
| 12 | class UnsupportedExtensionException extends QrCodeException |
| 13 | { |
| 14 | } |
| 15 |