aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/bacon/bacon-qr-code/src/Exception/ExceptionInterface.php
blob: 6f70c2055d9ffb0f10de3ee0539fa04565e79357 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
declare(strict_types = 1);

namespace BaconQrCode\Exception;

use Throwable;

interface ExceptionInterface extends Throwable
{
}