aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/dasprid/enum/src/Exception/ExceptionInterface.php
blob: 16a60051047c1f3430627609c5fb782e9283ccac (plain)
1
2
3
4
5
6
7
8
9
10
<?php
declare(strict_types = 1);

namespace DASPRiD\Enum\Exception;

use Throwable;

interface ExceptionInterface extends Throwable
{
}