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

9 Zeilen
165 B
PHP

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