Files
swiftadmin/vendor/bacon/bacon-qr-code/src/Exception/OutOfBoundsException.php
2022-11-28 19:11:12 +08:00

9 lines
165 B
PHP

<?php
declare(strict_types = 1);
namespace BaconQrCode\Exception;
final class OutOfBoundsException extends \OutOfBoundsException implements ExceptionInterface
{
}