Files
alrahma_sunday_school/vendor/bacon/bacon-qr-code/src/Exception/OutOfBoundsException.php
T
2026-02-10 22:11:06 -05:00

9 lines
165 B
PHP

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