ConLite/conlite/external/bacon/bacon-qr-code/src/Exception/OutOfBoundsException.php

9 Zeilen
165 B
PHP

2021-08-18 10:59:52 +00:00
<?php
declare(strict_types = 1);
namespace BaconQrCode\Exception;
final class OutOfBoundsException extends \OutOfBoundsException implements ExceptionInterface
{
}