production/vendor/bacon/bacon-qr-code/src/Exception/ExceptionInterface.php
2025-12-02 11:29:44 +00:00

11 lines
135 B
PHP
Executable File

<?php
declare(strict_types = 1);
namespace BaconQrCode\Exception;
use Throwable;
interface ExceptionInterface extends Throwable
{
}